Shades of Royal Heath #B64D7E
Tints of Royal Heath #B64D7E
RGB
CMYK
RGB Variations
Color information
#B64D7E (or 0xB64D7E) is known color: Royal Heath. HEX triplet: B6, 4D and 7E. RGB value is (182,77,126). Sum of RGB (Red+Green+Blue) = 182+77+126=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64D7E is #49B281. Grayscale: #717171. Windows color (decimal): -4829826 or 8277430. OLE color: 8277430.
HSL color Cylindrical-coordinate representation of color #B64D7E: hue angle of 332º 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 #B64D7E is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 126 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.29 |
| HSL | 332º | 0.42% | 0.51% | - |
| HSV(B) | 332º | 0.58% | 0.71% | - |
| XYZ | 25.71 | 16.76 | 21.62 | - |
| YUV | 113.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 126 | 0 | 0.58 | 0.31 | 0.29 | 332 | 0.42 | 0.51 |
| Hex | B6 | 4D | 7E | 0 | 3A | 1F | 1D | 14C | 2A | 33 |
| Octal | 266 | 115 | 176 | 0 | 72 | 37 | 35 | 514 | 52 | 63 |
| Binary | 10110110 | 1001101 | 1111110 | 0 | 111010 | 11111 | 11101 | 101001100 | 101010 | 110011 |
Color Harmonies of #B64D7E
Complementary color
Monochromatic Colors of #B64D7E
Black with #B64D7E
Text Example
Text Example
White with #B64D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D7E; }
p { color: rgb(182,77,126); }
H1.HeaderClassName
{
color: #B64D7E;
}
.AnyTagClassName
{
color: #B64D7E;
}
</style>
background-color css
<style>
a { background-color: #B64D7E; }
a { background-color: rgb(182,77,126); }
div.DivClassName
{
background-color: #B64D7E;
}
.BgClassName
{
background-color: #B64D7E;
}
</style>
border-color css
<style>
span { border-color: #B64D7E; }
span { border-color: rgb(182,77,126); }
td.TdClassName
{
border-color: #B64D7E;
}
.TagClassName
{
border-color: #B64D7E;
}
</style>