Shades of Royal Heath #B64974
Tints of Royal Heath #B64974
RGB
CMYK
RGB Variations
Color information
#B64974 (or 0xB64974) is known color: Royal Heath. HEX triplet: B6, 49 and 74. RGB value is (182,73,116). Sum of RGB (Red+Green+Blue) = 182+73+116=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B64974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64974 is #49B68B. Grayscale: #6E6E6E. Windows color (decimal): -4830860 or 7621046. OLE color: 7621046.
HSL color Cylindrical-coordinate representation of color #B64974: hue angle of 336.33º 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 #B64974 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 116 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.29 |
| HSL | 336.33º | 0.43% | 0.5% | - |
| HSV(B) | 336.33º | 0.6% | 0.71% | - |
| XYZ | 24.83 | 15.97 | 18.3 | - |
| YUV | 110.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 116 | 0 | 0.60 | 0.36 | 0.29 | 336.33 | 0.43 | 0.5 |
| Hex | B6 | 49 | 74 | 0 | 3C | 24 | 1D | 150 | 2B | 32 |
| Octal | 266 | 111 | 164 | 0 | 74 | 44 | 35 | 520 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1110100 | 0 | 111100 | 100100 | 11101 | 101010000 | 101011 | 110010 |
Color Harmonies of #B64974
Complementary color
Monochromatic Colors of #B64974
Black with #B64974
Text Example
Text Example
White with #B64974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64974; }
p { color: rgb(182,73,116); }
H1.HeaderClassName
{
color: #B64974;
}
.AnyTagClassName
{
color: #B64974;
}
</style>
background-color css
<style>
a { background-color: #B64974; }
a { background-color: rgb(182,73,116); }
div.DivClassName
{
background-color: #B64974;
}
.BgClassName
{
background-color: #B64974;
}
</style>
border-color css
<style>
span { border-color: #B64974; }
span { border-color: rgb(182,73,116); }
td.TdClassName
{
border-color: #B64974;
}
.TagClassName
{
border-color: #B64974;
}
</style>