Shades of Blush #BB4865
Tints of Blush #BB4865
RGB
CMYK
RGB Variations
Color information
#BB4865 (or 0xBB4865) is known color: Blush. HEX triplet: BB, 48 and 65. RGB value is (187,72,101). Sum of RGB (Red+Green+Blue) = 187+72+101=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4865 is #44B79A. Grayscale: #6D6D6D. Windows color (decimal): -4503451 or 6637755. OLE color: 6637755.
HSL color Cylindrical-coordinate representation of color #BB4865: hue angle of 344.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4865 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 101 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.27 |
| HSL | 344.87º | 0.46% | 0.51% | - |
| HSV(B) | 344.87º | 0.61% | 0.73% | - |
| XYZ | 25.16 | 16.14 | 14.1 | - |
| YUV | 109.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 101 | 0 | 0.61 | 0.46 | 0.27 | 344.87 | 0.46 | 0.51 |
| Hex | BB | 48 | 65 | 0 | 3D | 2E | 1B | 159 | 2E | 33 |
| Octal | 273 | 110 | 145 | 0 | 75 | 56 | 33 | 531 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1100101 | 0 | 111101 | 101110 | 11011 | 101011001 | 101110 | 110011 |
Color Harmonies of #BB4865
Complementary color
Monochromatic Colors of #BB4865
Black with #BB4865
Text Example
Text Example
White with #BB4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4865; }
p { color: rgb(187,72,101); }
H1.HeaderClassName
{
color: #BB4865;
}
.AnyTagClassName
{
color: #BB4865;
}
</style>
background-color css
<style>
a { background-color: #BB4865; }
a { background-color: rgb(187,72,101); }
div.DivClassName
{
background-color: #BB4865;
}
.BgClassName
{
background-color: #BB4865;
}
</style>
border-color css
<style>
span { border-color: #BB4865; }
span { border-color: rgb(187,72,101); }
td.TdClassName
{
border-color: #BB4865;
}
.TagClassName
{
border-color: #BB4865;
}
</style>