#BB5B66

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

Shades of Blush #BB5B66

Tints of Blush #BB5B66

Color information

#BB5B66 (or 0xBB5B66) is unknown color: approx Blush. HEX triplet: BB, 5B and 66. RGB value is (187,91,102). Sum of RGB (Red+Green+Blue) = 187+91+102=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B66 is #44A499. Grayscale: #797979. Windows color (decimal): -4498586 or 6708155. OLE color: 6708155.

HSL color Cylindrical-coordinate representation of color #BB5B66: hue angle of 353.12º 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 #BB5B66 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18791102-
CMYK00.510.450.27
HSL353.12º41.38%54.51%-
HSV(B)353.12º51.34%73.33%-
XYZ26.6319.0114.84-
YUV120.96117.3175.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=49.21%
G=23.95%
B=26.84%

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
Decimal1879110200.510.450.27353.1241.3854.51
HexBB5B660332D1B1612937
Octal27313314606355335415167
Binary1011101110110111100110011001110110111011101100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B66; }

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

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

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

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

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

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

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

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