#BB6064

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

Shades of Blush #BB6064

Tints of Blush #BB6064

Color information

#BB6064 (or 0xBB6064) is unknown color: approx Blush. HEX triplet: BB, 60 and 64. RGB value is (187,96,100). Sum of RGB (Red+Green+Blue) = 187+96+100=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6064 is #449F9B. Grayscale: #7B7B7B. Windows color (decimal): -4497308 or 6578363. OLE color: 6578363.

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

Color convert

RGB18796100-
CMYK00.490.470.27
HSL357.36º40.09%55.49%-
HSV(B)357.36º48.66%73.33%-
XYZ26.9819.8514.47-
YUV123.66114.65173.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=48.83%
G=25.07%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879610000.490.470.27357.3640.0955.49
HexBB60640312F1B1652837
Octal27314014406157335455067
Binary1011101111000001100100011000110111111011101100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6064; }

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

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

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

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

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

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

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

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