#BB5A62

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

Shades of Blush #BB5A62

Tints of Blush #BB5A62

Color information

#BB5A62 (or 0xBB5A62) is unknown color: approx Blush. HEX triplet: BB, 5A and 62. RGB value is (187,90,98). Sum of RGB (Red+Green+Blue) = 187+90+98=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A62 is #44A59D. Grayscale: #777777. Windows color (decimal): -4498846 or 6445755. OLE color: 6445755.

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

Color convert

RGB1879098-
CMYK00.520.480.27
HSL355.05º41.63%54.31%-
HSV(B)355.05º51.87%73.33%-
XYZ26.3518.7613.79-
YUV119.92115.64175.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 90 (35.55% from 255) = 24%
BLUE value IS 98 (38.67% from 255) = 26.13%
R=49.87%
G=24%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187909800.520.480.27355.0541.6354.31
HexBB5A62034301B1632a36
Octal27313214206460335435266
Binary1011101110110101100010011010011000011011101100011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A62; }

 p { color: rgb(187,90,98); }

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

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

 a { background-color: rgb(187,90,98); }

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

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

 span { border-color: rgb(187,90,98); }

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