#BB3866

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

Shades of Rouge #BB3866

Tints of Rouge #BB3866

Color information

#BB3866 (or 0xBB3866) is unknown color: approx Rouge. HEX triplet: BB, 38 and 66. RGB value is (187,56,102). Sum of RGB (Red+Green+Blue) = 187+56+102=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3866 is #44C799. Grayscale: #646464. Windows color (decimal): -4507546 or 6699195. OLE color: 6699195.

HSL color Cylindrical-coordinate representation of color #BB3866: hue angle of 338.93º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3866 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18756102-
CMYK00.700.450.27
HSL338.93º53.91%47.65%-
HSV(B)338.93º70.05%73.33%-
XYZ24.3114.3514.06-
YUV100.41128.9189.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=54.20%
G=16.23%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875610200.700.450.27338.9353.9147.65
HexBB38660462D1B1533630
Octal27370146010655335236660
Binary1011101111100011001100100011010110111011101010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3866; }

 p { color: rgb(187,56,102); }

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

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

 a { background-color: rgb(187,56,102); }

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

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

 span { border-color: rgb(187,56,102); }

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