#BB5F66

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

Shades of Blush #BB5F66

Tints of Blush #BB5F66

Color information

#BB5F66 (or 0xBB5F66) is unknown color: approx Blush. HEX triplet: BB, 5F and 66. RGB value is (187,95,102). Sum of RGB (Red+Green+Blue) = 187+95+102=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F66 is #44A099. Grayscale: #7B7B7B. Windows color (decimal): -4497562 or 6709179. OLE color: 6709179.

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

Color convert

RGB18795102-
CMYK00.490.450.27
HSL355.43º40.35%55.29%-
HSV(B)355.43º49.2%73.33%-
XYZ26.9819.7114.95-
YUV123.31115.98173.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=48.70%
G=24.74%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879510200.490.450.27355.4340.3555.29
HexBB5F660312D1B1632837
Octal27313714606155335435067
Binary1011101110111111100110011000110110111011101100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F66; }

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

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

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

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

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

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

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

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