#BB5A64

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

Shades of Blush #BB5A64

Tints of Blush #BB5A64

Color information

#BB5A64 (or 0xBB5A64) is unknown color: approx Blush. HEX triplet: BB, 5A and 64. RGB value is (187,90,100). Sum of RGB (Red+Green+Blue) = 187+90+100=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A64 is #44A59B. Grayscale: #787878. Windows color (decimal): -4498844 or 6576827. OLE color: 6576827.

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

Color convert

RGB18790100-
CMYK00.520.470.27
HSL353.81º41.63%54.31%-
HSV(B)353.81º51.87%73.33%-
XYZ26.4518.814.29-
YUV120.14116.64175.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=49.60%
G=23.87%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879010000.520.470.27353.8141.6354.31
HexBB5A640342F1B1622a36
Octal27313214406457335425266
Binary1011101110110101100100011010010111111011101100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A64; }

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

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

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

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

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

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

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

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