Shades of Royal Heath #B64E76
Tints of Royal Heath #B64E76
RGB
CMYK
RGB Variations
Color information
#B64E76 (or 0xB64E76) is known color: Royal Heath. HEX triplet: B6, 4E and 76. RGB value is (182,78,118). Sum of RGB (Red+Green+Blue) = 182+78+118=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E76 is #49B189. Grayscale: #717171. Windows color (decimal): -4829578 or 7753398. OLE color: 7753398.
HSL color Cylindrical-coordinate representation of color #B64E76: hue angle of 336.92º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E76 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 118 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.29 |
| HSL | 336.92º | 0.42% | 0.51% | - |
| HSV(B) | 336.92º | 0.57% | 0.71% | - |
| XYZ | 25.29 | 16.7 | 19.03 | - |
| YUV | 113.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 118 | 0 | 0.57 | 0.35 | 0.29 | 336.92 | 0.42 | 0.51 |
| Hex | B6 | 4E | 76 | 0 | 39 | 23 | 1D | 151 | 2A | 33 |
| Octal | 266 | 116 | 166 | 0 | 71 | 43 | 35 | 521 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1110110 | 0 | 111001 | 100011 | 11101 | 101010001 | 101010 | 110011 |
Color Harmonies of #B64E76
Complementary color
Monochromatic Colors of #B64E76
Black with #B64E76
Text Example
Text Example
White with #B64E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E76; }
p { color: rgb(182,78,118); }
H1.HeaderClassName
{
color: #B64E76;
}
.AnyTagClassName
{
color: #B64E76;
}
</style>
background-color css
<style>
a { background-color: #B64E76; }
a { background-color: rgb(182,78,118); }
div.DivClassName
{
background-color: #B64E76;
}
.BgClassName
{
background-color: #B64E76;
}
</style>
border-color css
<style>
span { border-color: #B64E76; }
span { border-color: rgb(182,78,118); }
td.TdClassName
{
border-color: #B64E76;
}
.TagClassName
{
border-color: #B64E76;
}
</style>