Shades of Royal Heath #B74876
Tints of Royal Heath #B74876
RGB
CMYK
RGB Variations
Color information
#B74876 (or 0xB74876) is known color: Royal Heath. HEX triplet: B7, 48 and 76. RGB value is (183,72,118). Sum of RGB (Red+Green+Blue) = 183+72+118=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B74876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74876 is #48B789. Grayscale: #6E6E6E. Windows color (decimal): -4765578 or 7751863. OLE color: 7751863.
HSL color Cylindrical-coordinate representation of color #B74876: hue angle of 335.14º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74876 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 118 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.28 |
| HSL | 335.14º | 0.44% | 0.5% | - |
| HSV(B) | 335.14º | 0.61% | 0.72% | - |
| XYZ | 25.12 | 16.01 | 18.91 | - |
| YUV | 110.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 118 | 0 | 0.61 | 0.36 | 0.28 | 335.14 | 0.44 | 0.5 |
| Hex | B7 | 48 | 76 | 0 | 3D | 24 | 1C | 14F | 2C | 32 |
| Octal | 267 | 110 | 166 | 0 | 75 | 44 | 34 | 517 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1110110 | 0 | 111101 | 100100 | 11100 | 101001111 | 101100 | 110010 |
Color Harmonies of #B74876
Complementary color
Monochromatic Colors of #B74876
Black with #B74876
Text Example
Text Example
White with #B74876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74876; }
p { color: rgb(183,72,118); }
H1.HeaderClassName
{
color: #B74876;
}
.AnyTagClassName
{
color: #B74876;
}
</style>
background-color css
<style>
a { background-color: #B74876; }
a { background-color: rgb(183,72,118); }
div.DivClassName
{
background-color: #B74876;
}
.BgClassName
{
background-color: #B74876;
}
</style>
border-color css
<style>
span { border-color: #B74876; }
span { border-color: rgb(183,72,118); }
td.TdClassName
{
border-color: #B74876;
}
.TagClassName
{
border-color: #B74876;
}
</style>