Shades of Royal Heath #B9487B
Tints of Royal Heath #B9487B
RGB
CMYK
RGB Variations
Color information
#B9487B (or 0xB9487B) is known color: Royal Heath. HEX triplet: B9, 48 and 7B. RGB value is (185,72,123). Sum of RGB (Red+Green+Blue) = 185+72+123=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9487B is #46B784. Grayscale: #6F6F6F. Windows color (decimal): -4634501 or 8079545. OLE color: 8079545.
HSL color Cylindrical-coordinate representation of color #B9487B: hue angle of 332.92º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9487B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 123 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.27 |
| HSL | 332.92º | 0.45% | 0.5% | - |
| HSV(B) | 332.92º | 0.61% | 0.73% | - |
| XYZ | 25.9 | 16.38 | 20.54 | - |
| YUV | 111.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 123 | 0 | 0.61 | 0.34 | 0.27 | 332.92 | 0.45 | 0.5 |
| Hex | B9 | 48 | 7B | 0 | 3D | 22 | 1B | 14D | 2D | 32 |
| Octal | 271 | 110 | 173 | 0 | 75 | 42 | 33 | 515 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1111011 | 0 | 111101 | 100010 | 11011 | 101001101 | 101101 | 110010 |
Color Harmonies of #B9487B
Complementary color
Monochromatic Colors of #B9487B
Black with #B9487B
Text Example
Text Example
White with #B9487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9487B; }
p { color: rgb(185,72,123); }
H1.HeaderClassName
{
color: #B9487B;
}
.AnyTagClassName
{
color: #B9487B;
}
</style>
background-color css
<style>
a { background-color: #B9487B; }
a { background-color: rgb(185,72,123); }
div.DivClassName
{
background-color: #B9487B;
}
.BgClassName
{
background-color: #B9487B;
}
</style>
border-color css
<style>
span { border-color: #B9487B; }
span { border-color: rgb(185,72,123); }
td.TdClassName
{
border-color: #B9487B;
}
.TagClassName
{
border-color: #B9487B;
}
</style>