Shades of Royal Heath #B94577
Tints of Royal Heath #B94577
RGB
CMYK
RGB Variations
Color information
#B94577 (or 0xB94577) is known color: Royal Heath. HEX triplet: B9, 45 and 77. RGB value is (185,69,119). Sum of RGB (Red+Green+Blue) = 185+69+119=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94577 is #46BA88. Grayscale: #6D6D6D. Windows color (decimal): -4635273 or 7816633. OLE color: 7816633.
HSL color Cylindrical-coordinate representation of color #B94577: hue angle of 334.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94577 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 119 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.27 |
| HSL | 334.14º | 0.46% | 0.5% | - |
| HSV(B) | 334.14º | 0.63% | 0.73% | - |
| XYZ | 25.47 | 15.9 | 19.18 | - |
| YUV | 109.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 119 | 0 | 0.63 | 0.36 | 0.27 | 334.14 | 0.46 | 0.5 |
| Hex | B9 | 45 | 77 | 0 | 3F | 24 | 1B | 14E | 2E | 32 |
| Octal | 271 | 105 | 167 | 0 | 77 | 44 | 33 | 516 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1110111 | 0 | 111111 | 100100 | 11011 | 101001110 | 101110 | 110010 |
Color Harmonies of #B94577
Complementary color
Monochromatic Colors of #B94577
Black with #B94577
Text Example
Text Example
White with #B94577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94577; }
p { color: rgb(185,69,119); }
H1.HeaderClassName
{
color: #B94577;
}
.AnyTagClassName
{
color: #B94577;
}
</style>
background-color css
<style>
a { background-color: #B94577; }
a { background-color: rgb(185,69,119); }
div.DivClassName
{
background-color: #B94577;
}
.BgClassName
{
background-color: #B94577;
}
</style>
border-color css
<style>
span { border-color: #B94577; }
span { border-color: rgb(185,69,119); }
td.TdClassName
{
border-color: #B94577;
}
.TagClassName
{
border-color: #B94577;
}
</style>