Shades of Royal Heath #B94A71
Tints of Royal Heath #B94A71
RGB
CMYK
RGB Variations
Color information
#B94A71 (or 0xB94A71) is known color: Royal Heath. HEX triplet: B9, 4A and 71. RGB value is (185,74,113). Sum of RGB (Red+Green+Blue) = 185+74+113=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A71 is #46B58E. Grayscale: #6F6F6F. Windows color (decimal): -4633999 or 7424697. OLE color: 7424697.
HSL color Cylindrical-coordinate representation of color #B94A71: hue angle of 338.92º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94A71 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 113 | - |
| CMYK | 0 | 0.6 | 0.39 | 0.27 |
| HSL | 338.92º | 0.44% | 0.51% | - |
| HSV(B) | 338.92º | 0.6% | 0.73% | - |
| XYZ | 25.44 | 16.4 | 17.45 | - |
| YUV | 111.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 113 | 0 | 0.6 | 0.39 | 0.27 | 338.92 | 0.44 | 0.51 |
| Hex | B9 | 4A | 71 | 0 | 3C | 27 | 1B | 153 | 2C | 33 |
| Octal | 271 | 112 | 161 | 0 | 74 | 47 | 33 | 523 | 54 | 63 |
| Binary | 10111001 | 1001010 | 1110001 | 0 | 111100 | 100111 | 11011 | 101010011 | 101100 | 110011 |
Color Harmonies of #B94A71
Complementary color
Monochromatic Colors of #B94A71
Black with #B94A71
Text Example
Text Example
White with #B94A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A71; }
p { color: rgb(185,74,113); }
H1.HeaderClassName
{
color: #B94A71;
}
.AnyTagClassName
{
color: #B94A71;
}
</style>
background-color css
<style>
a { background-color: #B94A71; }
a { background-color: rgb(185,74,113); }
div.DivClassName
{
background-color: #B94A71;
}
.BgClassName
{
background-color: #B94A71;
}
</style>
border-color css
<style>
span { border-color: #B94A71; }
span { border-color: rgb(185,74,113); }
td.TdClassName
{
border-color: #B94A71;
}
.TagClassName
{
border-color: #B94A71;
}
</style>