#B33166

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

Shades of Rouge #B33166

Tints of Rouge #B33166

Color information

#B33166 (or 0xB33166) is unknown color: approx Rouge. HEX triplet: B3, 31 and 66. RGB value is (179,49,102). Sum of RGB (Red+Green+Blue) = 179+49+102=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B33166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33166 is #4CCE99. Grayscale: #5D5D5D. Windows color (decimal): -5033626 or 6697395. OLE color: 6697395.

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

Color convert

RGB17949102-
CMYK00.730.430.30
HSL335.54º57.02%44.71%-
HSV(B)335.54º72.63%70.2%-
XYZ22.0912.7413.87-
YUV93.91132.57188.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.24%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=54.24%
G=14.85%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794910200.730.430.30335.5457.0244.71
HexB331660492B1E150392d
Octal26361146011153365207155
Binary1011001111000111001100100100110101111110101010000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33166; }

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

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

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

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

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

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

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

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