Shades of Royal Heath #B64973
Tints of Royal Heath #B64973
RGB
CMYK
RGB Variations
Color information
#B64973 (or 0xB64973) is known color: Royal Heath. HEX triplet: B6, 49 and 73. RGB value is (182,73,115). Sum of RGB (Red+Green+Blue) = 182+73+115=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B64973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64973 is #49B68C. Grayscale: #6E6E6E. Windows color (decimal): -4830861 or 7555510. OLE color: 7555510.
HSL color Cylindrical-coordinate representation of color #B64973: hue angle of 336.88º 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 #B64973 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 115 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.29 |
| HSL | 336.88º | 0.43% | 0.5% | - |
| HSV(B) | 336.88º | 0.6% | 0.71% | - |
| XYZ | 24.77 | 15.95 | 17.99 | - |
| YUV | 110.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 115 | 0 | 0.60 | 0.37 | 0.29 | 336.88 | 0.43 | 0.5 |
| Hex | B6 | 49 | 73 | 0 | 3C | 25 | 1D | 151 | 2B | 32 |
| Octal | 266 | 111 | 163 | 0 | 74 | 45 | 35 | 521 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1110011 | 0 | 111100 | 100101 | 11101 | 101010001 | 101011 | 110010 |
Color Harmonies of #B64973
Complementary color
Monochromatic Colors of #B64973
Black with #B64973
Text Example
Text Example
White with #B64973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64973; }
p { color: rgb(182,73,115); }
H1.HeaderClassName
{
color: #B64973;
}
.AnyTagClassName
{
color: #B64973;
}
</style>
background-color css
<style>
a { background-color: #B64973; }
a { background-color: rgb(182,73,115); }
div.DivClassName
{
background-color: #B64973;
}
.BgClassName
{
background-color: #B64973;
}
</style>
border-color css
<style>
span { border-color: #B64973; }
span { border-color: rgb(182,73,115); }
td.TdClassName
{
border-color: #B64973;
}
.TagClassName
{
border-color: #B64973;
}
</style>