Shades of Royal Heath #B04C76
Tints of Royal Heath #B04C76
RGB
CMYK
RGB Variations
Color information
#B04C76 (or 0xB04C76) is known color: Royal Heath. HEX triplet: B0, 4C and 76. RGB value is (176,76,118). Sum of RGB (Red+Green+Blue) = 176+76+118=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C76 is #4FB389. Grayscale: #6E6E6E. Windows color (decimal): -5223306 or 7752880. OLE color: 7752880.
HSL color Cylindrical-coordinate representation of color #B04C76: hue angle of 334.8º 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 #B04C76 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 118 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.31 |
| HSL | 334.8º | 0.4% | 0.49% | - |
| HSV(B) | 334.8º | 0.57% | 0.69% | - |
| XYZ | 23.76 | 15.71 | 18.92 | - |
| YUV | 110.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 118 | 0 | 0.57 | 0.33 | 0.31 | 334.8 | 0.4 | 0.49 |
| Hex | B0 | 4C | 76 | 0 | 39 | 21 | 1F | 14F | 28 | 31 |
| Octal | 260 | 114 | 166 | 0 | 71 | 41 | 37 | 517 | 50 | 61 |
| Binary | 10110000 | 1001100 | 1110110 | 0 | 111001 | 100001 | 11111 | 101001111 | 101000 | 110001 |
Color Harmonies of #B04C76
Complementary color
Monochromatic Colors of #B04C76
Black with #B04C76
Text Example
Text Example
White with #B04C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C76; }
p { color: rgb(176,76,118); }
H1.HeaderClassName
{
color: #B04C76;
}
.AnyTagClassName
{
color: #B04C76;
}
</style>
background-color css
<style>
a { background-color: #B04C76; }
a { background-color: rgb(176,76,118); }
div.DivClassName
{
background-color: #B04C76;
}
.BgClassName
{
background-color: #B04C76;
}
</style>
border-color css
<style>
span { border-color: #B04C76; }
span { border-color: rgb(176,76,118); }
td.TdClassName
{
border-color: #B04C76;
}
.TagClassName
{
border-color: #B04C76;
}
</style>