Shades of Royal Heath #B64975
Tints of Royal Heath #B64975
RGB
CMYK
RGB Variations
Color information
#B64975 (or 0xB64975) is known color: Royal Heath. HEX triplet: B6, 49 and 75. RGB value is (182,73,117). Sum of RGB (Red+Green+Blue) = 182+73+117=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B64975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64975 is #49B68A. Grayscale: #6E6E6E. Windows color (decimal): -4830859 or 7686582. OLE color: 7686582.
HSL color Cylindrical-coordinate representation of color #B64975: hue angle of 335.78º 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 #B64975 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 117 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.29 |
| HSL | 335.78º | 0.43% | 0.5% | - |
| HSV(B) | 335.78º | 0.6% | 0.71% | - |
| XYZ | 24.88 | 15.99 | 18.61 | - |
| YUV | 110.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 117 | 0 | 0.60 | 0.36 | 0.29 | 335.78 | 0.43 | 0.5 |
| Hex | B6 | 49 | 75 | 0 | 3C | 24 | 1D | 150 | 2B | 32 |
| Octal | 266 | 111 | 165 | 0 | 74 | 44 | 35 | 520 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1110101 | 0 | 111100 | 100100 | 11101 | 101010000 | 101011 | 110010 |
Color Harmonies of #B64975
Complementary color
Monochromatic Colors of #B64975
Black with #B64975
Text Example
Text Example
White with #B64975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64975; }
p { color: rgb(182,73,117); }
H1.HeaderClassName
{
color: #B64975;
}
.AnyTagClassName
{
color: #B64975;
}
</style>
background-color css
<style>
a { background-color: #B64975; }
a { background-color: rgb(182,73,117); }
div.DivClassName
{
background-color: #B64975;
}
.BgClassName
{
background-color: #B64975;
}
</style>
border-color css
<style>
span { border-color: #B64975; }
span { border-color: rgb(182,73,117); }
td.TdClassName
{
border-color: #B64975;
}
.TagClassName
{
border-color: #B64975;
}
</style>