Shades of Royal Heath #B64770
Tints of Royal Heath #B64770
RGB
CMYK
RGB Variations
Color information
#B64770 (or 0xB64770) is known color: Royal Heath. HEX triplet: B6, 47 and 70. RGB value is (182,71,112). Sum of RGB (Red+Green+Blue) = 182+71+112=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64770 is #49B88F. Grayscale: #6C6C6C. Windows color (decimal): -4831376 or 7358390. OLE color: 7358390.
HSL color Cylindrical-coordinate representation of color #B64770: hue angle of 337.84º 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 #B64770 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 112 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.29 |
| HSL | 337.84º | 0.44% | 0.5% | - |
| HSV(B) | 337.84º | 0.61% | 0.71% | - |
| XYZ | 24.47 | 15.62 | 17.05 | - |
| YUV | 108.86 | 129.77 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 112 | 0 | 0.61 | 0.38 | 0.29 | 337.84 | 0.44 | 0.5 |
| Hex | B6 | 47 | 70 | 0 | 3D | 26 | 1D | 152 | 2C | 32 |
| Octal | 266 | 107 | 160 | 0 | 75 | 46 | 35 | 522 | 54 | 62 |
| Binary | 10110110 | 1000111 | 1110000 | 0 | 111101 | 100110 | 11101 | 101010010 | 101100 | 110010 |
Color Harmonies of #B64770
Complementary color
Monochromatic Colors of #B64770
Black with #B64770
Text Example
Text Example
White with #B64770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64770; }
p { color: rgb(182,71,112); }
H1.HeaderClassName
{
color: #B64770;
}
.AnyTagClassName
{
color: #B64770;
}
</style>
background-color css
<style>
a { background-color: #B64770; }
a { background-color: rgb(182,71,112); }
div.DivClassName
{
background-color: #B64770;
}
.BgClassName
{
background-color: #B64770;
}
</style>
border-color css
<style>
span { border-color: #B64770; }
span { border-color: rgb(182,71,112); }
td.TdClassName
{
border-color: #B64770;
}
.TagClassName
{
border-color: #B64770;
}
</style>