Shades of Royal Heath #B04C73
Tints of Royal Heath #B04C73
RGB
CMYK
RGB Variations
Color information
#B04C73 (or 0xB04C73) is known color: Royal Heath. HEX triplet: B0, 4C and 73. RGB value is (176,76,115). Sum of RGB (Red+Green+Blue) = 176+76+115=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C73 is #4FB38C. Grayscale: #6E6E6E. Windows color (decimal): -5223309 or 7556272. OLE color: 7556272.
HSL color Cylindrical-coordinate representation of color #B04C73: hue angle of 336.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C73 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 115 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.31 |
| HSL | 336.6º | 0.4% | 0.49% | - |
| HSV(B) | 336.6º | 0.57% | 0.69% | - |
| XYZ | 23.58 | 15.64 | 17.99 | - |
| YUV | 110.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 115 | 0 | 0.57 | 0.35 | 0.31 | 336.6 | 0.4 | 0.49 |
| Hex | B0 | 4C | 73 | 0 | 39 | 23 | 1F | 151 | 28 | 31 |
| Octal | 260 | 114 | 163 | 0 | 71 | 43 | 37 | 521 | 50 | 61 |
| Binary | 10110000 | 1001100 | 1110011 | 0 | 111001 | 100011 | 11111 | 101010001 | 101000 | 110001 |
Color Harmonies of #B04C73
Complementary color
Monochromatic Colors of #B04C73
Black with #B04C73
Text Example
Text Example
White with #B04C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C73; }
p { color: rgb(176,76,115); }
H1.HeaderClassName
{
color: #B04C73;
}
.AnyTagClassName
{
color: #B04C73;
}
</style>
background-color css
<style>
a { background-color: #B04C73; }
a { background-color: rgb(176,76,115); }
div.DivClassName
{
background-color: #B04C73;
}
.BgClassName
{
background-color: #B04C73;
}
</style>
border-color css
<style>
span { border-color: #B04C73; }
span { border-color: rgb(176,76,115); }
td.TdClassName
{
border-color: #B04C73;
}
.TagClassName
{
border-color: #B04C73;
}
</style>