Shades of Royal Heath #B24D6E
Tints of Royal Heath #B24D6E
RGB
CMYK
RGB Variations
Color information
#B24D6E (or 0xB24D6E) is known color: Royal Heath. HEX triplet: B2, 4D and 6E. RGB value is (178,77,110). Sum of RGB (Red+Green+Blue) = 178+77+110=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D6E is #4DB291. Grayscale: #6E6E6E. Windows color (decimal): -5091986 or 7228850. OLE color: 7228850.
HSL color Cylindrical-coordinate representation of color #B24D6E: hue angle of 340.4º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24D6E is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 110 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.30 |
| HSL | 340.4º | 0.4% | 0.5% | - |
| HSV(B) | 340.4º | 0.57% | 0.7% | - |
| XYZ | 23.83 | 15.9 | 16.56 | - |
| YUV | 110.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 110 | 0 | 0.57 | 0.38 | 0.30 | 340.4 | 0.4 | 0.5 |
| Hex | B2 | 4D | 6E | 0 | 39 | 26 | 1E | 154 | 28 | 32 |
| Octal | 262 | 115 | 156 | 0 | 71 | 46 | 36 | 524 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1101110 | 0 | 111001 | 100110 | 11110 | 101010100 | 101000 | 110010 |
Color Harmonies of #B24D6E
Complementary color
Monochromatic Colors of #B24D6E
Black with #B24D6E
Text Example
Text Example
White with #B24D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D6E; }
p { color: rgb(178,77,110); }
H1.HeaderClassName
{
color: #B24D6E;
}
.AnyTagClassName
{
color: #B24D6E;
}
</style>
background-color css
<style>
a { background-color: #B24D6E; }
a { background-color: rgb(178,77,110); }
div.DivClassName
{
background-color: #B24D6E;
}
.BgClassName
{
background-color: #B24D6E;
}
</style>
border-color css
<style>
span { border-color: #B24D6E; }
span { border-color: rgb(178,77,110); }
td.TdClassName
{
border-color: #B24D6E;
}
.TagClassName
{
border-color: #B24D6E;
}
</style>