Shades of Royal Heath #BB4E6F
Tints of Royal Heath #BB4E6F
RGB
CMYK
RGB Variations
Color information
#BB4E6F (or 0xBB4E6F) is known color: Royal Heath. HEX triplet: BB, 4E and 6F. RGB value is (187,78,111). Sum of RGB (Red+Green+Blue) = 187+78+111=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E6F is #44B190. Grayscale: #727272. Windows color (decimal): -4501905 or 7294651. OLE color: 7294651.
HSL color Cylindrical-coordinate representation of color #BB4E6F: hue angle of 341.83º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4E6F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 111 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.27 |
| HSL | 341.83º | 0.44% | 0.52% | - |
| HSV(B) | 341.83º | 0.58% | 0.73% | - |
| XYZ | 26.09 | 17.16 | 16.98 | - |
| YUV | 114.35 | 126.11 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 111 | 0 | 0.58 | 0.41 | 0.27 | 341.83 | 0.44 | 0.52 |
| Hex | BB | 4E | 6F | 0 | 3A | 29 | 1B | 156 | 2C | 34 |
| Octal | 273 | 116 | 157 | 0 | 72 | 51 | 33 | 526 | 54 | 64 |
| Binary | 10111011 | 1001110 | 1101111 | 0 | 111010 | 101001 | 11011 | 101010110 | 101100 | 110100 |
Color Harmonies of #BB4E6F
Complementary color
Monochromatic Colors of #BB4E6F
Black with #BB4E6F
Text Example
Text Example
White with #BB4E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E6F; }
p { color: rgb(187,78,111); }
H1.HeaderClassName
{
color: #BB4E6F;
}
.AnyTagClassName
{
color: #BB4E6F;
}
</style>
background-color css
<style>
a { background-color: #BB4E6F; }
a { background-color: rgb(187,78,111); }
div.DivClassName
{
background-color: #BB4E6F;
}
.BgClassName
{
background-color: #BB4E6F;
}
</style>
border-color css
<style>
span { border-color: #BB4E6F; }
span { border-color: rgb(187,78,111); }
td.TdClassName
{
border-color: #BB4E6F;
}
.TagClassName
{
border-color: #BB4E6F;
}
</style>