Shades of Royal Heath #B64877
Tints of Royal Heath #B64877
RGB
CMYK
RGB Variations
Color information
#B64877 (or 0xB64877) is known color: Royal Heath. HEX triplet: B6, 48 and 77. RGB value is (182,72,119). Sum of RGB (Red+Green+Blue) = 182+72+119=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B64877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64877 is #49B788. Grayscale: #6E6E6E. Windows color (decimal): -4831113 or 7817398. OLE color: 7817398.
HSL color Cylindrical-coordinate representation of color #B64877: hue angle of 334.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64877 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 119 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.29 |
| HSL | 334.36º | 0.43% | 0.5% | - |
| HSV(B) | 334.36º | 0.6% | 0.71% | - |
| XYZ | 24.94 | 15.91 | 19.21 | - |
| YUV | 110.25 | 132.94 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 119 | 0 | 0.60 | 0.35 | 0.29 | 334.36 | 0.43 | 0.5 |
| Hex | B6 | 48 | 77 | 0 | 3C | 23 | 1D | 14E | 2B | 32 |
| Octal | 266 | 110 | 167 | 0 | 74 | 43 | 35 | 516 | 53 | 62 |
| Binary | 10110110 | 1001000 | 1110111 | 0 | 111100 | 100011 | 11101 | 101001110 | 101011 | 110010 |
Color Harmonies of #B64877
Complementary color
Monochromatic Colors of #B64877
Black with #B64877
Text Example
Text Example
White with #B64877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64877; }
p { color: rgb(182,72,119); }
H1.HeaderClassName
{
color: #B64877;
}
.AnyTagClassName
{
color: #B64877;
}
</style>
background-color css
<style>
a { background-color: #B64877; }
a { background-color: rgb(182,72,119); }
div.DivClassName
{
background-color: #B64877;
}
.BgClassName
{
background-color: #B64877;
}
</style>
border-color css
<style>
span { border-color: #B64877; }
span { border-color: rgb(182,72,119); }
td.TdClassName
{
border-color: #B64877;
}
.TagClassName
{
border-color: #B64877;
}
</style>