Shades of Royal Heath #B74676
Tints of Royal Heath #B74676
RGB
CMYK
RGB Variations
Color information
#B74676 (or 0xB74676) is known color: Royal Heath. HEX triplet: B7, 46 and 76. RGB value is (183,70,118). Sum of RGB (Red+Green+Blue) = 183+70+118=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B74676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74676 is #48B989. Grayscale: #6D6D6D. Windows color (decimal): -4766090 or 7751351. OLE color: 7751351.
HSL color Cylindrical-coordinate representation of color #B74676: hue angle of 334.51º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74676 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 118 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.28 |
| HSL | 334.51º | 0.45% | 0.5% | - |
| HSV(B) | 334.51º | 0.62% | 0.72% | - |
| XYZ | 24.99 | 15.76 | 18.86 | - |
| YUV | 109.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 118 | 0 | 0.62 | 0.36 | 0.28 | 334.51 | 0.45 | 0.5 |
| Hex | B7 | 46 | 76 | 0 | 3E | 24 | 1C | 14F | 2D | 32 |
| Octal | 267 | 106 | 166 | 0 | 76 | 44 | 34 | 517 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1110110 | 0 | 111110 | 100100 | 11100 | 101001111 | 101101 | 110010 |
Color Harmonies of #B74676
Complementary color
Monochromatic Colors of #B74676
Black with #B74676
Text Example
Text Example
White with #B74676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74676; }
p { color: rgb(183,70,118); }
H1.HeaderClassName
{
color: #B74676;
}
.AnyTagClassName
{
color: #B74676;
}
</style>
background-color css
<style>
a { background-color: #B74676; }
a { background-color: rgb(183,70,118); }
div.DivClassName
{
background-color: #B74676;
}
.BgClassName
{
background-color: #B74676;
}
</style>
border-color css
<style>
span { border-color: #B74676; }
span { border-color: rgb(183,70,118); }
td.TdClassName
{
border-color: #B74676;
}
.TagClassName
{
border-color: #B74676;
}
</style>