#B33E66

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

Shades of Rouge #B33E66

Tints of Rouge #B33E66

Color information

#B33E66 (or 0xB33E66) is unknown color: approx Rouge. HEX triplet: B3, 3E and 66. RGB value is (179,62,102). Sum of RGB (Red+Green+Blue) = 179+62+102=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33E66 is #4CC199. Grayscale: #656565. Windows color (decimal): -5030298 or 6700723. OLE color: 6700723.

HSL color Cylindrical-coordinate representation of color #B33E66: hue angle of 339.49º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33E66 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17962102-
CMYK00.650.430.30
HSL339.49º48.55%47.25%-
HSV(B)339.49º65.36%70.2%-
XYZ22.7113.9914.07-
YUV101.54128.26183.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=52.19%
G=18.08%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796210200.650.430.30339.4948.5547.25
HexB33E660412B1E153312f
Octal26376146010153365236157
Binary1011001111111011001100100000110101111110101010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E66; }

 p { color: rgb(179,62,102); }

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

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

 a { background-color: rgb(179,62,102); }

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

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

 span { border-color: rgb(179,62,102); }

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