Shades of Royal Heath #B9476C
Tints of Royal Heath #B9476C
RGB
CMYK
RGB Variations
Color information
#B9476C (or 0xB9476C) is known color: Royal Heath. HEX triplet: B9, 47 and 6C. RGB value is (185,71,108). Sum of RGB (Red+Green+Blue) = 185+71+108=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9476C is #46B893. Grayscale: #6D6D6D. Windows color (decimal): -4634772 or 7096249. OLE color: 7096249.
HSL color Cylindrical-coordinate representation of color #B9476C: hue angle of 340.53º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9476C is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 108 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.27 |
| HSL | 340.53º | 0.45% | 0.5% | - |
| HSV(B) | 340.53º | 0.62% | 0.73% | - |
| XYZ | 24.97 | 15.9 | 15.94 | - |
| YUV | 109.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 108 | 0 | 0.62 | 0.42 | 0.27 | 340.53 | 0.45 | 0.5 |
| Hex | B9 | 47 | 6C | 0 | 3E | 2A | 1B | 155 | 2D | 32 |
| Octal | 271 | 107 | 154 | 0 | 76 | 52 | 33 | 525 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1101100 | 0 | 111110 | 101010 | 11011 | 101010101 | 101101 | 110010 |
Color Harmonies of #B9476C
Complementary color
Monochromatic Colors of #B9476C
Black with #B9476C
Text Example
Text Example
White with #B9476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9476C; }
p { color: rgb(185,71,108); }
H1.HeaderClassName
{
color: #B9476C;
}
.AnyTagClassName
{
color: #B9476C;
}
</style>
background-color css
<style>
a { background-color: #B9476C; }
a { background-color: rgb(185,71,108); }
div.DivClassName
{
background-color: #B9476C;
}
.BgClassName
{
background-color: #B9476C;
}
</style>
border-color css
<style>
span { border-color: #B9476C; }
span { border-color: rgb(185,71,108); }
td.TdClassName
{
border-color: #B9476C;
}
.TagClassName
{
border-color: #B9476C;
}
</style>