Shades of Royal Heath #B94874
Tints of Royal Heath #B94874
RGB
CMYK
RGB Variations
Color information
#B94874 (or 0xB94874) is known color: Royal Heath. HEX triplet: B9, 48 and 74. RGB value is (185,72,116). Sum of RGB (Red+Green+Blue) = 185+72+116=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B94874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94874 is #46B78B. Grayscale: #6E6E6E. Windows color (decimal): -4634508 or 7620793. OLE color: 7620793.
HSL color Cylindrical-coordinate representation of color #B94874: hue angle of 336.64º 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 #B94874 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 116 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.27 |
| HSL | 336.64º | 0.45% | 0.5% | - |
| HSV(B) | 336.64º | 0.61% | 0.73% | - |
| XYZ | 25.48 | 16.21 | 18.31 | - |
| YUV | 110.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 116 | 0 | 0.61 | 0.37 | 0.27 | 336.64 | 0.45 | 0.5 |
| Hex | B9 | 48 | 74 | 0 | 3D | 25 | 1B | 151 | 2D | 32 |
| Octal | 271 | 110 | 164 | 0 | 75 | 45 | 33 | 521 | 55 | 62 |
| Binary | 10111001 | 1001000 | 1110100 | 0 | 111101 | 100101 | 11011 | 101010001 | 101101 | 110010 |
Color Harmonies of #B94874
Complementary color
Monochromatic Colors of #B94874
Black with #B94874
Text Example
Text Example
White with #B94874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94874; }
p { color: rgb(185,72,116); }
H1.HeaderClassName
{
color: #B94874;
}
.AnyTagClassName
{
color: #B94874;
}
</style>
background-color css
<style>
a { background-color: #B94874; }
a { background-color: rgb(185,72,116); }
div.DivClassName
{
background-color: #B94874;
}
.BgClassName
{
background-color: #B94874;
}
</style>
border-color css
<style>
span { border-color: #B94874; }
span { border-color: rgb(185,72,116); }
td.TdClassName
{
border-color: #B94874;
}
.TagClassName
{
border-color: #B94874;
}
</style>