Shades of Royal Heath #B64778
Tints of Royal Heath #B64778
RGB
CMYK
RGB Variations
Color information
#B64778 (or 0xB64778) is known color: Royal Heath. HEX triplet: B6, 47 and 78. RGB value is (182,71,120). Sum of RGB (Red+Green+Blue) = 182+71+120=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B64778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64778 is #49B887. Grayscale: #6D6D6D. Windows color (decimal): -4831368 or 7882678. OLE color: 7882678.
HSL color Cylindrical-coordinate representation of color #B64778: hue angle of 333.51º 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 #B64778 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 120 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.29 |
| HSL | 333.51º | 0.44% | 0.5% | - |
| HSV(B) | 333.51º | 0.61% | 0.71% | - |
| XYZ | 24.93 | 15.81 | 19.51 | - |
| YUV | 109.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 120 | 0 | 0.61 | 0.34 | 0.29 | 333.51 | 0.44 | 0.5 |
| Hex | B6 | 47 | 78 | 0 | 3D | 22 | 1D | 14E | 2C | 32 |
| Octal | 266 | 107 | 170 | 0 | 75 | 42 | 35 | 516 | 54 | 62 |
| Binary | 10110110 | 1000111 | 1111000 | 0 | 111101 | 100010 | 11101 | 101001110 | 101100 | 110010 |
Color Harmonies of #B64778
Complementary color
Monochromatic Colors of #B64778
Black with #B64778
Text Example
Text Example
White with #B64778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64778; }
p { color: rgb(182,71,120); }
H1.HeaderClassName
{
color: #B64778;
}
.AnyTagClassName
{
color: #B64778;
}
</style>
background-color css
<style>
a { background-color: #B64778; }
a { background-color: rgb(182,71,120); }
div.DivClassName
{
background-color: #B64778;
}
.BgClassName
{
background-color: #B64778;
}
</style>
border-color css
<style>
span { border-color: #B64778; }
span { border-color: rgb(182,71,120); }
td.TdClassName
{
border-color: #B64778;
}
.TagClassName
{
border-color: #B64778;
}
</style>