Shades of Royal Heath #B24D6D
Tints of Royal Heath #B24D6D
RGB
CMYK
RGB Variations
Color information
#B24D6D (or 0xB24D6D) is known color: Royal Heath. HEX triplet: B2, 4D and 6D. RGB value is (178,77,109). Sum of RGB (Red+Green+Blue) = 178+77+109=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D6D is #4DB292. Grayscale: #6E6E6E. Windows color (decimal): -5091987 or 7163314. OLE color: 7163314.
HSL color Cylindrical-coordinate representation of color #B24D6D: hue angle of 340.99º 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 #B24D6D is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 109 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.30 |
| HSL | 340.99º | 0.4% | 0.5% | - |
| HSV(B) | 340.99º | 0.57% | 0.7% | - |
| XYZ | 23.77 | 15.88 | 16.28 | - |
| YUV | 110.85 | 126.96 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 109 | 0 | 0.57 | 0.39 | 0.30 | 340.99 | 0.4 | 0.5 |
| Hex | B2 | 4D | 6D | 0 | 39 | 27 | 1E | 155 | 28 | 32 |
| Octal | 262 | 115 | 155 | 0 | 71 | 47 | 36 | 525 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1101101 | 0 | 111001 | 100111 | 11110 | 101010101 | 101000 | 110010 |
Color Harmonies of #B24D6D
Complementary color
Monochromatic Colors of #B24D6D
Black with #B24D6D
Text Example
Text Example
White with #B24D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D6D; }
p { color: rgb(178,77,109); }
H1.HeaderClassName
{
color: #B24D6D;
}
.AnyTagClassName
{
color: #B24D6D;
}
</style>
background-color css
<style>
a { background-color: #B24D6D; }
a { background-color: rgb(178,77,109); }
div.DivClassName
{
background-color: #B24D6D;
}
.BgClassName
{
background-color: #B24D6D;
}
</style>
border-color css
<style>
span { border-color: #B24D6D; }
span { border-color: rgb(178,77,109); }
td.TdClassName
{
border-color: #B24D6D;
}
.TagClassName
{
border-color: #B24D6D;
}
</style>