Shades of Royal Heath #B94A70
Tints of Royal Heath #B94A70
RGB
CMYK
RGB Variations
Color information
#B94A70 (or 0xB94A70) is known color: Royal Heath. HEX triplet: B9, 4A and 70. RGB value is (185,74,112). Sum of RGB (Red+Green+Blue) = 185+74+112=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A70 is #46B58F. Grayscale: #6F6F6F. Windows color (decimal): -4634000 or 7359161. OLE color: 7359161.
HSL color Cylindrical-coordinate representation of color #B94A70: hue angle of 339.46º 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 #B94A70 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 112 | - |
| CMYK | 0 | 0.6 | 0.39 | 0.27 |
| HSL | 339.46º | 0.44% | 0.51% | - |
| HSV(B) | 339.46º | 0.6% | 0.73% | - |
| XYZ | 25.38 | 16.38 | 17.15 | - |
| YUV | 111.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 112 | 0 | 0.6 | 0.39 | 0.27 | 339.46 | 0.44 | 0.51 |
| Hex | B9 | 4A | 70 | 0 | 3C | 27 | 1B | 153 | 2C | 33 |
| Octal | 271 | 112 | 160 | 0 | 74 | 47 | 33 | 523 | 54 | 63 |
| Binary | 10111001 | 1001010 | 1110000 | 0 | 111100 | 100111 | 11011 | 101010011 | 101100 | 110011 |
Color Harmonies of #B94A70
Complementary color
Monochromatic Colors of #B94A70
Black with #B94A70
Text Example
Text Example
White with #B94A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A70; }
p { color: rgb(185,74,112); }
H1.HeaderClassName
{
color: #B94A70;
}
.AnyTagClassName
{
color: #B94A70;
}
</style>
background-color css
<style>
a { background-color: #B94A70; }
a { background-color: rgb(185,74,112); }
div.DivClassName
{
background-color: #B94A70;
}
.BgClassName
{
background-color: #B94A70;
}
</style>
border-color css
<style>
span { border-color: #B94A70; }
span { border-color: rgb(185,74,112); }
td.TdClassName
{
border-color: #B94A70;
}
.TagClassName
{
border-color: #B94A70;
}
</style>