Shades of Royal Heath #B94578
Tints of Royal Heath #B94578
RGB
CMYK
RGB Variations
Color information
#B94578 (or 0xB94578) is known color: Royal Heath. HEX triplet: B9, 45 and 78. RGB value is (185,69,120). Sum of RGB (Red+Green+Blue) = 185+69+120=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B94578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94578 is #46BA87. Grayscale: #6D6D6D. Windows color (decimal): -4635272 or 7882169. OLE color: 7882169.
HSL color Cylindrical-coordinate representation of color #B94578: hue angle of 333.62º 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 #B94578 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 120 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.27 |
| HSL | 333.62º | 0.46% | 0.5% | - |
| HSV(B) | 333.62º | 0.63% | 0.73% | - |
| XYZ | 25.53 | 15.93 | 19.5 | - |
| YUV | 109.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 120 | 0 | 0.63 | 0.35 | 0.27 | 333.62 | 0.46 | 0.5 |
| Hex | B9 | 45 | 78 | 0 | 3F | 23 | 1B | 14E | 2E | 32 |
| Octal | 271 | 105 | 170 | 0 | 77 | 43 | 33 | 516 | 56 | 62 |
| Binary | 10111001 | 1000101 | 1111000 | 0 | 111111 | 100011 | 11011 | 101001110 | 101110 | 110010 |
Color Harmonies of #B94578
Complementary color
Monochromatic Colors of #B94578
Black with #B94578
Text Example
Text Example
White with #B94578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94578; }
p { color: rgb(185,69,120); }
H1.HeaderClassName
{
color: #B94578;
}
.AnyTagClassName
{
color: #B94578;
}
</style>
background-color css
<style>
a { background-color: #B94578; }
a { background-color: rgb(185,69,120); }
div.DivClassName
{
background-color: #B94578;
}
.BgClassName
{
background-color: #B94578;
}
</style>
border-color css
<style>
span { border-color: #B94578; }
span { border-color: rgb(185,69,120); }
td.TdClassName
{
border-color: #B94578;
}
.TagClassName
{
border-color: #B94578;
}
</style>