Shades of Royal Heath #B74976
Tints of Royal Heath #B74976
RGB
CMYK
RGB Variations
Color information
#B74976 (or 0xB74976) is known color: Royal Heath. HEX triplet: B7, 49 and 76. RGB value is (183,73,118). Sum of RGB (Red+Green+Blue) = 183+73+118=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B74976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74976 is #48B689. Grayscale: #6E6E6E. Windows color (decimal): -4765322 or 7752119. OLE color: 7752119.
HSL color Cylindrical-coordinate representation of color #B74976: hue angle of 335.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74976 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 118 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.28 |
| HSL | 335.45º | 0.43% | 0.5% | - |
| HSV(B) | 335.45º | 0.6% | 0.72% | - |
| XYZ | 25.18 | 16.14 | 18.93 | - |
| YUV | 111.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 118 | 0 | 0.60 | 0.36 | 0.28 | 335.45 | 0.43 | 0.5 |
| Hex | B7 | 49 | 76 | 0 | 3C | 24 | 1C | 14F | 2B | 32 |
| Octal | 267 | 111 | 166 | 0 | 74 | 44 | 34 | 517 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1110110 | 0 | 111100 | 100100 | 11100 | 101001111 | 101011 | 110010 |
Color Harmonies of #B74976
Complementary color
Monochromatic Colors of #B74976
Black with #B74976
Text Example
Text Example
White with #B74976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74976; }
p { color: rgb(183,73,118); }
H1.HeaderClassName
{
color: #B74976;
}
.AnyTagClassName
{
color: #B74976;
}
</style>
background-color css
<style>
a { background-color: #B74976; }
a { background-color: rgb(183,73,118); }
div.DivClassName
{
background-color: #B74976;
}
.BgClassName
{
background-color: #B74976;
}
</style>
border-color css
<style>
span { border-color: #B74976; }
span { border-color: rgb(183,73,118); }
td.TdClassName
{
border-color: #B74976;
}
.TagClassName
{
border-color: #B74976;
}
</style>