Shades of Royal Heath #B04578
Tints of Royal Heath #B04578
RGB
CMYK
RGB Variations
Color information
#B04578 (or 0xB04578) is known color: Royal Heath. HEX triplet: B0, 45 and 78. RGB value is (176,69,120). Sum of RGB (Red+Green+Blue) = 176+69+120=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B04578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04578 is #4FBA87. Grayscale: #6A6A6A. Windows color (decimal): -5225096 or 7882160. OLE color: 7882160.
HSL color Cylindrical-coordinate representation of color #B04578: hue angle of 331.4º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04578 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 120 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.31 |
| HSL | 331.4º | 0.44% | 0.48% | - |
| HSV(B) | 331.4º | 0.61% | 0.69% | - |
| XYZ | 23.42 | 14.84 | 19.4 | - |
| YUV | 106.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 120 | 0 | 0.61 | 0.32 | 0.31 | 331.4 | 0.44 | 0.48 |
| Hex | B0 | 45 | 78 | 0 | 3D | 20 | 1F | 14B | 2C | 30 |
| Octal | 260 | 105 | 170 | 0 | 75 | 40 | 37 | 513 | 54 | 60 |
| Binary | 10110000 | 1000101 | 1111000 | 0 | 111101 | 100000 | 11111 | 101001011 | 101100 | 110000 |
Color Harmonies of #B04578
Complementary color
Monochromatic Colors of #B04578
Black with #B04578
Text Example
Text Example
White with #B04578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04578; }
p { color: rgb(176,69,120); }
H1.HeaderClassName
{
color: #B04578;
}
.AnyTagClassName
{
color: #B04578;
}
</style>
background-color css
<style>
a { background-color: #B04578; }
a { background-color: rgb(176,69,120); }
div.DivClassName
{
background-color: #B04578;
}
.BgClassName
{
background-color: #B04578;
}
</style>
border-color css
<style>
span { border-color: #B04578; }
span { border-color: rgb(176,69,120); }
td.TdClassName
{
border-color: #B04578;
}
.TagClassName
{
border-color: #B04578;
}
</style>