Shades of Royal Heath #B94770
Tints of Royal Heath #B94770
RGB
CMYK
RGB Variations
Color information
#B94770 (or 0xB94770) is known color: Royal Heath. HEX triplet: B9, 47 and 70. RGB value is (185,71,112). Sum of RGB (Red+Green+Blue) = 185+71+112=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94770 is #46B88F. Grayscale: #6D6D6D. Windows color (decimal): -4634768 or 7358393. OLE color: 7358393.
HSL color Cylindrical-coordinate representation of color #B94770: hue angle of 338.42º 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 #B94770 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 112 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.27 |
| HSL | 338.42º | 0.45% | 0.5% | - |
| HSV(B) | 338.42º | 0.62% | 0.73% | - |
| XYZ | 25.19 | 15.99 | 17.09 | - |
| YUV | 109.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 112 | 0 | 0.62 | 0.39 | 0.27 | 338.42 | 0.45 | 0.5 |
| Hex | B9 | 47 | 70 | 0 | 3E | 27 | 1B | 152 | 2D | 32 |
| Octal | 271 | 107 | 160 | 0 | 76 | 47 | 33 | 522 | 55 | 62 |
| Binary | 10111001 | 1000111 | 1110000 | 0 | 111110 | 100111 | 11011 | 101010010 | 101101 | 110010 |
Color Harmonies of #B94770
Complementary color
Monochromatic Colors of #B94770
Black with #B94770
Text Example
Text Example
White with #B94770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94770; }
p { color: rgb(185,71,112); }
H1.HeaderClassName
{
color: #B94770;
}
.AnyTagClassName
{
color: #B94770;
}
</style>
background-color css
<style>
a { background-color: #B94770; }
a { background-color: rgb(185,71,112); }
div.DivClassName
{
background-color: #B94770;
}
.BgClassName
{
background-color: #B94770;
}
</style>
border-color css
<style>
span { border-color: #B94770; }
span { border-color: rgb(185,71,112); }
td.TdClassName
{
border-color: #B94770;
}
.TagClassName
{
border-color: #B94770;
}
</style>