Shades of Royal Heath #B64C72
Tints of Royal Heath #B64C72
RGB
CMYK
RGB Variations
Color information
#B64C72 (or 0xB64C72) is known color: Royal Heath. HEX triplet: B6, 4C and 72. RGB value is (182,76,114). Sum of RGB (Red+Green+Blue) = 182+76+114=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C72 is #49B38D. Grayscale: #6F6F6F. Windows color (decimal): -4830094 or 7490742. OLE color: 7490742.
HSL color Cylindrical-coordinate representation of color #B64C72: hue angle of 338.49º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C72 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 114 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.29 |
| HSL | 338.49º | 0.42% | 0.51% | - |
| HSV(B) | 338.49º | 0.58% | 0.71% | - |
| XYZ | 24.91 | 16.33 | 17.76 | - |
| YUV | 112.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 114 | 0 | 0.58 | 0.37 | 0.29 | 338.49 | 0.42 | 0.51 |
| Hex | B6 | 4C | 72 | 0 | 3A | 25 | 1D | 152 | 2A | 33 |
| Octal | 266 | 114 | 162 | 0 | 72 | 45 | 35 | 522 | 52 | 63 |
| Binary | 10110110 | 1001100 | 1110010 | 0 | 111010 | 100101 | 11101 | 101010010 | 101010 | 110011 |
Color Harmonies of #B64C72
Complementary color
Monochromatic Colors of #B64C72
Black with #B64C72
Text Example
Text Example
White with #B64C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C72; }
p { color: rgb(182,76,114); }
H1.HeaderClassName
{
color: #B64C72;
}
.AnyTagClassName
{
color: #B64C72;
}
</style>
background-color css
<style>
a { background-color: #B64C72; }
a { background-color: rgb(182,76,114); }
div.DivClassName
{
background-color: #B64C72;
}
.BgClassName
{
background-color: #B64C72;
}
</style>
border-color css
<style>
span { border-color: #B64C72; }
span { border-color: rgb(182,76,114); }
td.TdClassName
{
border-color: #B64C72;
}
.TagClassName
{
border-color: #B64C72;
}
</style>