#BB5560

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

Shades of Blush #BB5560

Tints of Blush #BB5560

Color information

#BB5560 (or 0xBB5560) is unknown color: approx Blush. HEX triplet: BB, 55 and 60. RGB value is (187,85,96). Sum of RGB (Red+Green+Blue) = 187+85+96=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5560 is #44AA9F. Grayscale: #747474. Windows color (decimal): -4500128 or 6313403. OLE color: 6313403.

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

Color convert

RGB1878596-
CMYK00.550.490.27
HSL353.53º42.86%53.33%-
HSV(B)353.53º54.55%73.33%-
XYZ25.8517.9113.16-
YUV116.75116.29178.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=50.82%
G=23.10%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187859600.550.490.27353.5342.8653.33
HexBB5560037311B1622b35
Octal27312514006761335425365
Binary1011101110101011100000011011111000111011101100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5560; }

 p { color: rgb(187,85,96); }

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

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

 a { background-color: rgb(187,85,96); }

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

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

 span { border-color: rgb(187,85,96); }

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