Shades of Royal Heath #B94574
Tints of Royal Heath #B94574
RGB
CMYK
RGB Variations
Color information
#B94574 (or 0xB94574) is known color: Royal Heath. HEX triplet: B9, 45 and 74. RGB value is (185,69,116). Sum of RGB (Red+Green+Blue) = 185+69+116=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94574 is #46BA8B. Grayscale: #6C6C6C. Windows color (decimal): -4635276 or 7620025. OLE color: 7620025.
HSL color Cylindrical-coordinate representation of color #B94574: hue angle of 335.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94574 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 116 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.27 |
| HSL | 335.69º | 0.46% | 0.5% | - |
| HSV(B) | 335.69º | 0.63% | 0.73% | - |
| XYZ | 25.29 | 15.83 | 18.25 | - |
| YUV | 109.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 116 | 0 | 0.63 | 0.37 | 0.27 | 335.69 | 0.46 | 0.5 |
| Hex | B9 | 45 | 74 | 0 | 3F | 25 | 1B | 150 | 2E | 32 |
| Octal | 271 | 105 | 164 | 0 | 77 | 45 | 33 | 520 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1110100 | 0 | 111111 | 100101 | 11011 | 101010000 | 101110 | 110010 |
Color Harmonies of #B94574
Complementary color
Monochromatic Colors of #B94574
Black with #B94574
Text Example
Text Example
White with #B94574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94574; }
p { color: rgb(185,69,116); }
H1.HeaderClassName
{
color: #B94574;
}
.AnyTagClassName
{
color: #B94574;
}
</style>
background-color css
<style>
a { background-color: #B94574; }
a { background-color: rgb(185,69,116); }
div.DivClassName
{
background-color: #B94574;
}
.BgClassName
{
background-color: #B94574;
}
</style>
border-color css
<style>
span { border-color: #B94574; }
span { border-color: rgb(185,69,116); }
td.TdClassName
{
border-color: #B94574;
}
.TagClassName
{
border-color: #B94574;
}
</style>