Shades of Royal Heath #B9486C
Tints of Royal Heath #B9486C
RGB
CMYK
RGB Variations
Color information
#B9486C (or 0xB9486C) is known color: Royal Heath. HEX triplet: B9, 48 and 6C. RGB value is (185,72,108). Sum of RGB (Red+Green+Blue) = 185+72+108=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9486C is #46B793. Grayscale: #6D6D6D. Windows color (decimal): -4634516 or 7096505. OLE color: 7096505.
HSL color Cylindrical-coordinate representation of color #B9486C: hue angle of 340.88º 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 #B9486C is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 108 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.27 |
| HSL | 340.88º | 0.45% | 0.5% | - |
| HSV(B) | 340.88º | 0.61% | 0.73% | - |
| XYZ | 25.03 | 16.03 | 15.96 | - |
| YUV | 109.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 108 | 0 | 0.61 | 0.42 | 0.27 | 340.88 | 0.45 | 0.5 |
| Hex | B9 | 48 | 6C | 0 | 3D | 2A | 1B | 155 | 2D | 32 |
| Octal | 271 | 110 | 154 | 0 | 75 | 52 | 33 | 525 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1101100 | 0 | 111101 | 101010 | 11011 | 101010101 | 101101 | 110010 |
Color Harmonies of #B9486C
Complementary color
Monochromatic Colors of #B9486C
Black with #B9486C
Text Example
Text Example
White with #B9486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9486C; }
p { color: rgb(185,72,108); }
H1.HeaderClassName
{
color: #B9486C;
}
.AnyTagClassName
{
color: #B9486C;
}
</style>
background-color css
<style>
a { background-color: #B9486C; }
a { background-color: rgb(185,72,108); }
div.DivClassName
{
background-color: #B9486C;
}
.BgClassName
{
background-color: #B9486C;
}
</style>
border-color css
<style>
span { border-color: #B9486C; }
span { border-color: rgb(185,72,108); }
td.TdClassName
{
border-color: #B9486C;
}
.TagClassName
{
border-color: #B9486C;
}
</style>