Shades of Royal Heath #B04573
Tints of Royal Heath #B04573
RGB
CMYK
RGB Variations
Color information
#B04573 (or 0xB04573) is known color: Royal Heath. HEX triplet: B0, 45 and 73. RGB value is (176,69,115). Sum of RGB (Red+Green+Blue) = 176+69+115=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B04573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04573 is #4FBA8C. Grayscale: #6A6A6A. Windows color (decimal): -5225101 or 7554480. OLE color: 7554480.
HSL color Cylindrical-coordinate representation of color #B04573: hue angle of 334.21º 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 #B04573 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 115 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.31 |
| HSL | 334.21º | 0.44% | 0.48% | - |
| HSV(B) | 334.21º | 0.61% | 0.69% | - |
| XYZ | 23.13 | 14.72 | 17.84 | - |
| YUV | 106.24 | 132.95 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 115 | 0 | 0.61 | 0.35 | 0.31 | 334.21 | 0.44 | 0.48 |
| Hex | B0 | 45 | 73 | 0 | 3D | 23 | 1F | 14E | 2C | 30 |
| Octal | 260 | 105 | 163 | 0 | 75 | 43 | 37 | 516 | 54 | 60 |
| Binary | 10110000 | 1000101 | 1110011 | 0 | 111101 | 100011 | 11111 | 101001110 | 101100 | 110000 |
Color Harmonies of #B04573
Complementary color
Monochromatic Colors of #B04573
Black with #B04573
Text Example
Text Example
White with #B04573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04573; }
p { color: rgb(176,69,115); }
H1.HeaderClassName
{
color: #B04573;
}
.AnyTagClassName
{
color: #B04573;
}
</style>
background-color css
<style>
a { background-color: #B04573; }
a { background-color: rgb(176,69,115); }
div.DivClassName
{
background-color: #B04573;
}
.BgClassName
{
background-color: #B04573;
}
</style>
border-color css
<style>
span { border-color: #B04573; }
span { border-color: rgb(176,69,115); }
td.TdClassName
{
border-color: #B04573;
}
.TagClassName
{
border-color: #B04573;
}
</style>