Shades of Royal Heath #B9486E
Tints of Royal Heath #B9486E
RGB
CMYK
RGB Variations
Color information
#B9486E (or 0xB9486E) is known color: Royal Heath. HEX triplet: B9, 48 and 6E. RGB value is (185,72,110). Sum of RGB (Red+Green+Blue) = 185+72+110=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9486E is #46B791. Grayscale: #6E6E6E. Windows color (decimal): -4634514 or 7227577. OLE color: 7227577.
HSL color Cylindrical-coordinate representation of color #B9486E: hue angle of 339.82º 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 #B9486E is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 110 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.27 |
| HSL | 339.82º | 0.45% | 0.5% | - |
| HSV(B) | 339.82º | 0.61% | 0.73% | - |
| XYZ | 25.14 | 16.07 | 16.53 | - |
| YUV | 110.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 110 | 0 | 0.61 | 0.41 | 0.27 | 339.82 | 0.45 | 0.5 |
| Hex | B9 | 48 | 6E | 0 | 3D | 29 | 1B | 154 | 2D | 32 |
| Octal | 271 | 110 | 156 | 0 | 75 | 51 | 33 | 524 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1101110 | 0 | 111101 | 101001 | 11011 | 101010100 | 101101 | 110010 |
Color Harmonies of #B9486E
Complementary color
Monochromatic Colors of #B9486E
Black with #B9486E
Text Example
Text Example
White with #B9486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9486E; }
p { color: rgb(185,72,110); }
H1.HeaderClassName
{
color: #B9486E;
}
.AnyTagClassName
{
color: #B9486E;
}
</style>
background-color css
<style>
a { background-color: #B9486E; }
a { background-color: rgb(185,72,110); }
div.DivClassName
{
background-color: #B9486E;
}
.BgClassName
{
background-color: #B9486E;
}
</style>
border-color css
<style>
span { border-color: #B9486E; }
span { border-color: rgb(185,72,110); }
td.TdClassName
{
border-color: #B9486E;
}
.TagClassName
{
border-color: #B9486E;
}
</style>