Shades of Royal Heath #B64C73
Tints of Royal Heath #B64C73
RGB
CMYK
RGB Variations
Color information
#B64C73 (or 0xB64C73) is known color: Royal Heath. HEX triplet: B6, 4C and 73. RGB value is (182,76,115). Sum of RGB (Red+Green+Blue) = 182+76+115=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C73 is #49B38C. Grayscale: #707070. Windows color (decimal): -4830093 or 7556278. OLE color: 7556278.
HSL color Cylindrical-coordinate representation of color #B64C73: hue angle of 337.92º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C73 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 115 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.29 |
| HSL | 337.92º | 0.42% | 0.51% | - |
| HSV(B) | 337.92º | 0.58% | 0.71% | - |
| XYZ | 24.97 | 16.35 | 18.06 | - |
| YUV | 112.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 115 | 0 | 0.58 | 0.37 | 0.29 | 337.92 | 0.42 | 0.51 |
| Hex | B6 | 4C | 73 | 0 | 3A | 25 | 1D | 152 | 2A | 33 |
| Octal | 266 | 114 | 163 | 0 | 72 | 45 | 35 | 522 | 52 | 63 |
| Binary | 10110110 | 1001100 | 1110011 | 0 | 111010 | 100101 | 11101 | 101010010 | 101010 | 110011 |
Color Harmonies of #B64C73
Complementary color
Monochromatic Colors of #B64C73
Black with #B64C73
Text Example
Text Example
White with #B64C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C73; }
p { color: rgb(182,76,115); }
H1.HeaderClassName
{
color: #B64C73;
}
.AnyTagClassName
{
color: #B64C73;
}
</style>
background-color css
<style>
a { background-color: #B64C73; }
a { background-color: rgb(182,76,115); }
div.DivClassName
{
background-color: #B64C73;
}
.BgClassName
{
background-color: #B64C73;
}
</style>
border-color css
<style>
span { border-color: #B64C73; }
span { border-color: rgb(182,76,115); }
td.TdClassName
{
border-color: #B64C73;
}
.TagClassName
{
border-color: #B64C73;
}
</style>