Shades of Royal Heath #B64772
Tints of Royal Heath #B64772
RGB
CMYK
RGB Variations
Color information
#B64772 (or 0xB64772) is known color: Royal Heath. HEX triplet: B6, 47 and 72. RGB value is (182,71,114). Sum of RGB (Red+Green+Blue) = 182+71+114=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B64772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64772 is #49B88D. Grayscale: #6D6D6D. Windows color (decimal): -4831374 or 7489462. OLE color: 7489462.
HSL color Cylindrical-coordinate representation of color #B64772: hue angle of 336.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64772 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 114 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.29 |
| HSL | 336.76º | 0.44% | 0.5% | - |
| HSV(B) | 336.76º | 0.61% | 0.71% | - |
| XYZ | 24.58 | 15.67 | 17.65 | - |
| YUV | 109.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 114 | 0 | 0.61 | 0.37 | 0.29 | 336.76 | 0.44 | 0.5 |
| Hex | B6 | 47 | 72 | 0 | 3D | 25 | 1D | 151 | 2C | 32 |
| Octal | 266 | 107 | 162 | 0 | 75 | 45 | 35 | 521 | 54 | 62 |
| Binary | 10110110 | 1000111 | 1110010 | 0 | 111101 | 100101 | 11101 | 101010001 | 101100 | 110010 |
Color Harmonies of #B64772
Complementary color
Monochromatic Colors of #B64772
Black with #B64772
Text Example
Text Example
White with #B64772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64772; }
p { color: rgb(182,71,114); }
H1.HeaderClassName
{
color: #B64772;
}
.AnyTagClassName
{
color: #B64772;
}
</style>
background-color css
<style>
a { background-color: #B64772; }
a { background-color: rgb(182,71,114); }
div.DivClassName
{
background-color: #B64772;
}
.BgClassName
{
background-color: #B64772;
}
</style>
border-color css
<style>
span { border-color: #B64772; }
span { border-color: rgb(182,71,114); }
td.TdClassName
{
border-color: #B64772;
}
.TagClassName
{
border-color: #B64772;
}
</style>