#BB5B64

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

Shades of Blush #BB5B64

Tints of Blush #BB5B64

Color information

#BB5B64 (or 0xBB5B64) is unknown color: approx Blush. HEX triplet: BB, 5B and 64. RGB value is (187,91,100). Sum of RGB (Red+Green+Blue) = 187+91+100=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B64 is #44A49B. Grayscale: #787878. Windows color (decimal): -4498588 or 6577083. OLE color: 6577083.

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

Color convert

RGB18791100-
CMYK00.510.470.27
HSL354.38º41.38%54.51%-
HSV(B)354.38º51.34%73.33%-
XYZ26.5318.9714.32-
YUV120.73116.3175.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 100 (39.45% from 255) = 26.46%
R=49.47%
G=24.07%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879110000.510.470.27354.3841.3854.51
HexBB5B640332F1B1622937
Octal27313314406357335425167
Binary1011101110110111100100011001110111111011101100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B64; }

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

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

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

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

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

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

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

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