#BB5966

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

Shades of Blush #BB5966

Tints of Blush #BB5966

Color information

#BB5966 (or 0xBB5966) is unknown color: approx Blush. HEX triplet: BB, 59 and 66. RGB value is (187,89,102). Sum of RGB (Red+Green+Blue) = 187+89+102=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5966 is #44A699. Grayscale: #777777. Windows color (decimal): -4499098 or 6707643. OLE color: 6707643.

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

Color convert

RGB18789102-
CMYK00.520.450.27
HSL352.04º41.88%54.12%-
HSV(B)352.04º52.41%73.33%-
XYZ26.4618.6714.78-
YUV119.78117.97175.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=49.47%
G=23.54%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878910200.520.450.27352.0441.8854.12
HexBB59660342D1B1602a36
Octal27313114606455335405266
Binary1011101110110011100110011010010110111011101100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5966; }

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

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

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

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

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

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

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

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