#B93262

Color #B93262 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B93262

Tints of Rouge #B93262

Color information

#B93262 (or 0xB93262) is unknown color: approx Rouge. HEX triplet: B9, 32 and 62. RGB value is (185,50,98). Sum of RGB (Red+Green+Blue) = 185+50+98=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93262 is #46CD9D. Grayscale: #5F5F5F. Windows color (decimal): -4640158 or 6435513. OLE color: 6435513.

HSL color Cylindrical-coordinate representation of color #B93262: hue angle of 338.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93262 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1855098-
CMYK00.730.470.27
HSL338.67º57.45%46.08%-
HSV(B)338.67º72.97%72.55%-
XYZ23.3513.4812.93-
YUV95.84129.23191.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 50 (19.92% from 255) = 15.02%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=55.56%
G=15.02%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185509800.730.470.27338.6757.4546.08
HexB932620492F1B153392e
Octal27162142011157335237156
Binary1011100111001011000100100100110111111011101010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93262; }

 p { color: rgb(185,50,98); }

 H1.HeaderClassName
 {
   color: #B93262;
 }
 .AnyTagClassName
 {
   color: #B93262;
 }
</style>
background-color css

<style>
 a { background-color: #B93262; }

 a { background-color: rgb(185,50,98); }

 div.DivClassName
 {
   background-color: #B93262;
 }
 .BgClassName
 {
   background-color: #B93262;
 }
</style>
border-color css

<style>
 span { border-color: #B93262; }

 span { border-color: rgb(185,50,98); }

 td.TdClassName
 {
   border-color: #B93262;
 }
 .TagClassName
 {
   border-color: #B93262;
 }
</style>