Shades of Royal Heath #B94774
Tints of Royal Heath #B94774
RGB
CMYK
RGB Variations
Color information
#B94774 (or 0xB94774) is known color: Royal Heath. HEX triplet: B9, 47 and 74. RGB value is (185,71,116). Sum of RGB (Red+Green+Blue) = 185+71+116=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B94774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94774 is #46B88B. Grayscale: #6E6E6E. Windows color (decimal): -4634764 or 7620537. OLE color: 7620537.
HSL color Cylindrical-coordinate representation of color #B94774: hue angle of 336.32º 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 #B94774 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 116 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.27 |
| HSL | 336.32º | 0.45% | 0.5% | - |
| HSV(B) | 336.32º | 0.62% | 0.73% | - |
| XYZ | 25.41 | 16.08 | 18.29 | - |
| YUV | 110.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 116 | 0 | 0.62 | 0.37 | 0.27 | 336.32 | 0.45 | 0.5 |
| Hex | B9 | 47 | 74 | 0 | 3E | 25 | 1B | 150 | 2D | 32 |
| Octal | 271 | 107 | 164 | 0 | 76 | 45 | 33 | 520 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1110100 | 0 | 111110 | 100101 | 11011 | 101010000 | 101101 | 110010 |
Color Harmonies of #B94774
Complementary color
Monochromatic Colors of #B94774
Black with #B94774
Text Example
Text Example
White with #B94774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94774; }
p { color: rgb(185,71,116); }
H1.HeaderClassName
{
color: #B94774;
}
.AnyTagClassName
{
color: #B94774;
}
</style>
background-color css
<style>
a { background-color: #B94774; }
a { background-color: rgb(185,71,116); }
div.DivClassName
{
background-color: #B94774;
}
.BgClassName
{
background-color: #B94774;
}
</style>
border-color css
<style>
span { border-color: #B94774; }
span { border-color: rgb(185,71,116); }
td.TdClassName
{
border-color: #B94774;
}
.TagClassName
{
border-color: #B94774;
}
</style>