#BB5C66

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

Shades of Blush #BB5C66

Tints of Blush #BB5C66

Color information

#BB5C66 (or 0xBB5C66) is unknown color: approx Blush. HEX triplet: BB, 5C and 66. RGB value is (187,92,102). Sum of RGB (Red+Green+Blue) = 187+92+102=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C66 is #44A399. Grayscale: #797979. Windows color (decimal): -4498330 or 6708411. OLE color: 6708411.

HSL color Cylindrical-coordinate representation of color #BB5C66: hue angle of 353.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5C66 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18792102-
CMYK00.510.450.27
HSL353.68º41.13%54.71%-
HSV(B)353.68º50.8%73.33%-
XYZ26.7219.1814.86-
YUV121.54116.97174.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=49.08%
G=24.15%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879210200.510.450.27353.6841.1354.71
HexBB5C660332D1B1622937
Octal27313414606355335425167
Binary1011101110111001100110011001110110111011101100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C66; }

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

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

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

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

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

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

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

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