Shades of Royal Heath #B64A7E
Tints of Royal Heath #B64A7E
RGB
CMYK
RGB Variations
Color information
#B64A7E (or 0xB64A7E) is known color: Royal Heath. HEX triplet: B6, 4A and 7E. RGB value is (182,74,126). Sum of RGB (Red+Green+Blue) = 182+74+126=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64A7E is #49B581. Grayscale: #707070. Windows color (decimal): -4830594 or 8276662. OLE color: 8276662.
HSL color Cylindrical-coordinate representation of color #B64A7E: hue angle of 331.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64A7E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 74 | 126 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.29 |
| HSL | 331.11º | 0.43% | 0.5% | - |
| HSV(B) | 331.11º | 0.59% | 0.71% | - |
| XYZ | 25.51 | 16.35 | 21.55 | - |
| YUV | 112.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 126 | 0 | 0.59 | 0.31 | 0.29 | 331.11 | 0.43 | 0.5 |
| Hex | B6 | 4A | 7E | 0 | 3B | 1F | 1D | 14B | 2B | 32 |
| Octal | 266 | 112 | 176 | 0 | 73 | 37 | 35 | 513 | 53 | 62 |
| Binary | 10110110 | 1001010 | 1111110 | 0 | 111011 | 11111 | 11101 | 101001011 | 101011 | 110010 |
Color Harmonies of #B64A7E
Complementary color
Monochromatic Colors of #B64A7E
Black with #B64A7E
Text Example
Text Example
White with #B64A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64A7E; }
p { color: rgb(182,74,126); }
H1.HeaderClassName
{
color: #B64A7E;
}
.AnyTagClassName
{
color: #B64A7E;
}
</style>
background-color css
<style>
a { background-color: #B64A7E; }
a { background-color: rgb(182,74,126); }
div.DivClassName
{
background-color: #B64A7E;
}
.BgClassName
{
background-color: #B64A7E;
}
</style>
border-color css
<style>
span { border-color: #B64A7E; }
span { border-color: rgb(182,74,126); }
td.TdClassName
{
border-color: #B64A7E;
}
.TagClassName
{
border-color: #B64A7E;
}
</style>