Shades of Royal Heath #B64E7B
Tints of Royal Heath #B64E7B
RGB
CMYK
RGB Variations
Color information
#B64E7B (or 0xB64E7B) is known color: Royal Heath. HEX triplet: B6, 4E and 7B. RGB value is (182,78,123). Sum of RGB (Red+Green+Blue) = 182+78+123=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E7B is #49B184. Grayscale: #727272. Windows color (decimal): -4829573 or 8081078. OLE color: 8081078.
HSL color Cylindrical-coordinate representation of color #B64E7B: hue angle of 334.04º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E7B is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 123 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.29 |
| HSL | 334.04º | 0.42% | 0.51% | - |
| HSV(B) | 334.04º | 0.57% | 0.71% | - |
| XYZ | 25.59 | 16.82 | 20.64 | - |
| YUV | 114.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 123 | 0 | 0.57 | 0.32 | 0.29 | 334.04 | 0.42 | 0.51 |
| Hex | B6 | 4E | 7B | 0 | 39 | 20 | 1D | 14E | 2A | 33 |
| Octal | 266 | 116 | 173 | 0 | 71 | 40 | 35 | 516 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1111011 | 0 | 111001 | 100000 | 11101 | 101001110 | 101010 | 110011 |
Color Harmonies of #B64E7B
Complementary color
Monochromatic Colors of #B64E7B
Black with #B64E7B
Text Example
Text Example
White with #B64E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E7B; }
p { color: rgb(182,78,123); }
H1.HeaderClassName
{
color: #B64E7B;
}
.AnyTagClassName
{
color: #B64E7B;
}
</style>
background-color css
<style>
a { background-color: #B64E7B; }
a { background-color: rgb(182,78,123); }
div.DivClassName
{
background-color: #B64E7B;
}
.BgClassName
{
background-color: #B64E7B;
}
</style>
border-color css
<style>
span { border-color: #B64E7B; }
span { border-color: rgb(182,78,123); }
td.TdClassName
{
border-color: #B64E7B;
}
.TagClassName
{
border-color: #B64E7B;
}
</style>