Shades of Royal Heath #BB486E
Tints of Royal Heath #BB486E
RGB
CMYK
RGB Variations
Color information
#BB486E (or 0xBB486E) is known color: Royal Heath. HEX triplet: BB, 48 and 6E. RGB value is (187,72,110). Sum of RGB (Red+Green+Blue) = 187+72+110=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB486E is #44B791. Grayscale: #6E6E6E. Windows color (decimal): -4503442 or 7227579. OLE color: 7227579.
HSL color Cylindrical-coordinate representation of color #BB486E: hue angle of 340.17º 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 #BB486E is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 110 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.27 |
| HSL | 340.17º | 0.46% | 0.51% | - |
| HSV(B) | 340.17º | 0.61% | 0.73% | - |
| XYZ | 25.63 | 16.33 | 16.55 | - |
| YUV | 110.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 110 | 0 | 0.61 | 0.41 | 0.27 | 340.17 | 0.46 | 0.51 |
| Hex | BB | 48 | 6E | 0 | 3D | 29 | 1B | 154 | 2E | 33 |
| Octal | 273 | 110 | 156 | 0 | 75 | 51 | 33 | 524 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1101110 | 0 | 111101 | 101001 | 11011 | 101010100 | 101110 | 110011 |
Color Harmonies of #BB486E
Complementary color
Monochromatic Colors of #BB486E
Black with #BB486E
Text Example
Text Example
White with #BB486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB486E; }
p { color: rgb(187,72,110); }
H1.HeaderClassName
{
color: #BB486E;
}
.AnyTagClassName
{
color: #BB486E;
}
</style>
background-color css
<style>
a { background-color: #BB486E; }
a { background-color: rgb(187,72,110); }
div.DivClassName
{
background-color: #BB486E;
}
.BgClassName
{
background-color: #BB486E;
}
</style>
border-color css
<style>
span { border-color: #BB486E; }
span { border-color: rgb(187,72,110); }
td.TdClassName
{
border-color: #BB486E;
}
.TagClassName
{
border-color: #BB486E;
}
</style>