Shades of Blush #BB4564
Tints of Blush #BB4564
RGB
CMYK
RGB Variations
Color information
#BB4564 (or 0xBB4564) is known color: Blush. HEX triplet: BB, 45 and 64. RGB value is (187,69,100). Sum of RGB (Red+Green+Blue) = 187+69+100=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4564 is #44BA9B. Grayscale: #6B6B6B. Windows color (decimal): -4504220 or 6571451. OLE color: 6571451.
HSL color Cylindrical-coordinate representation of color #BB4564: hue angle of 344.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4564 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 100 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.27 |
| HSL | 344.24º | 0.46% | 0.5% | - |
| HSV(B) | 344.24º | 0.63% | 0.73% | - |
| XYZ | 24.92 | 15.74 | 13.78 | - |
| YUV | 107.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 100 | 0 | 0.63 | 0.47 | 0.27 | 344.24 | 0.46 | 0.5 |
| Hex | BB | 45 | 64 | 0 | 3F | 2F | 1B | 158 | 2E | 32 |
| Octal | 273 | 105 | 144 | 0 | 77 | 57 | 33 | 530 | 56 | 62 |
| Binary | 10111011 | 1000101 | 1100100 | 0 | 111111 | 101111 | 11011 | 101011000 | 101110 | 110010 |
Color Harmonies of #BB4564
Complementary color
Monochromatic Colors of #BB4564
Black with #BB4564
Text Example
Text Example
White with #BB4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4564; }
p { color: rgb(187,69,100); }
H1.HeaderClassName
{
color: #BB4564;
}
.AnyTagClassName
{
color: #BB4564;
}
</style>
background-color css
<style>
a { background-color: #BB4564; }
a { background-color: rgb(187,69,100); }
div.DivClassName
{
background-color: #BB4564;
}
.BgClassName
{
background-color: #BB4564;
}
</style>
border-color css
<style>
span { border-color: #BB4564; }
span { border-color: rgb(187,69,100); }
td.TdClassName
{
border-color: #BB4564;
}
.TagClassName
{
border-color: #BB4564;
}
</style>