Shades of Blush #BB4064
Tints of Blush #BB4064
RGB
CMYK
RGB Variations
Color information
#BB4064 (or 0xBB4064) is known color: Blush. HEX triplet: BB, 40 and 64. RGB value is (187,64,100). Sum of RGB (Red+Green+Blue) = 187+64+100=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4064 is #44BF9B. Grayscale: #686868. Windows color (decimal): -4505500 or 6570171. OLE color: 6570171.
HSL color Cylindrical-coordinate representation of color #BB4064: hue angle of 342.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4064 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 100 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.27 |
| HSL | 342.44º | 0.49% | 0.49% | - |
| HSV(B) | 342.44º | 0.66% | 0.73% | - |
| XYZ | 24.63 | 15.15 | 13.68 | - |
| YUV | 104.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 100 | 0 | 0.66 | 0.47 | 0.27 | 342.44 | 0.49 | 0.49 |
| Hex | BB | 40 | 64 | 0 | 42 | 2F | 1B | 156 | 31 | 31 |
| Octal | 273 | 100 | 144 | 0 | 102 | 57 | 33 | 526 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1100100 | 0 | 1000010 | 101111 | 11011 | 101010110 | 110001 | 110001 |
Color Harmonies of #BB4064
Complementary color
Monochromatic Colors of #BB4064
Black with #BB4064
Text Example
Text Example
White with #BB4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4064; }
p { color: rgb(187,64,100); }
H1.HeaderClassName
{
color: #BB4064;
}
.AnyTagClassName
{
color: #BB4064;
}
</style>
background-color css
<style>
a { background-color: #BB4064; }
a { background-color: rgb(187,64,100); }
div.DivClassName
{
background-color: #BB4064;
}
.BgClassName
{
background-color: #BB4064;
}
</style>
border-color css
<style>
span { border-color: #BB4064; }
span { border-color: rgb(187,64,100); }
td.TdClassName
{
border-color: #BB4064;
}
.TagClassName
{
border-color: #BB4064;
}
</style>