Shades of Royal Heath #B94977
Tints of Royal Heath #B94977
RGB
CMYK
RGB Variations
Color information
#B94977 (or 0xB94977) is known color: Royal Heath. HEX triplet: B9, 49 and 77. RGB value is (185,73,119). Sum of RGB (Red+Green+Blue) = 185+73+119=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B94977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94977 is #46B688. Grayscale: #6F6F6F. Windows color (decimal): -4634249 or 7817657. OLE color: 7817657.
HSL color Cylindrical-coordinate representation of color #B94977: hue angle of 335.36º degrees, saturation: 0.44, 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 #B94977 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 119 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.27 |
| HSL | 335.36º | 0.44% | 0.51% | - |
| HSV(B) | 335.36º | 0.61% | 0.73% | - |
| XYZ | 25.72 | 16.41 | 19.26 | - |
| YUV | 111.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 119 | 0 | 0.61 | 0.36 | 0.27 | 335.36 | 0.44 | 0.51 |
| Hex | B9 | 49 | 77 | 0 | 3D | 24 | 1B | 14F | 2C | 33 |
| Octal | 271 | 111 | 167 | 0 | 75 | 44 | 33 | 517 | 54 | 63 |
| Binary | 10111001 | 1001001 | 1110111 | 0 | 111101 | 100100 | 11011 | 101001111 | 101100 | 110011 |
Color Harmonies of #B94977
Complementary color
Monochromatic Colors of #B94977
Black with #B94977
Text Example
Text Example
White with #B94977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94977; }
p { color: rgb(185,73,119); }
H1.HeaderClassName
{
color: #B94977;
}
.AnyTagClassName
{
color: #B94977;
}
</style>
background-color css
<style>
a { background-color: #B94977; }
a { background-color: rgb(185,73,119); }
div.DivClassName
{
background-color: #B94977;
}
.BgClassName
{
background-color: #B94977;
}
</style>
border-color css
<style>
span { border-color: #B94977; }
span { border-color: rgb(185,73,119); }
td.TdClassName
{
border-color: #B94977;
}
.TagClassName
{
border-color: #B94977;
}
</style>