Shades of Royal Heath #B24877
Tints of Royal Heath #B24877
RGB
CMYK
RGB Variations
Color information
#B24877 (or 0xB24877) is known color: Royal Heath. HEX triplet: B2, 48 and 77. RGB value is (178,72,119). Sum of RGB (Red+Green+Blue) = 178+72+119=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B24877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24877 is #4DB788. Grayscale: #6C6C6C. Windows color (decimal): -5093257 or 7817394. OLE color: 7817394.
HSL color Cylindrical-coordinate representation of color #B24877: hue angle of 333.4º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24877 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 119 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.30 |
| HSL | 333.4º | 0.42% | 0.49% | - |
| HSV(B) | 333.4º | 0.6% | 0.7% | - |
| XYZ | 24.01 | 15.43 | 19.17 | - |
| YUV | 109.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 119 | 0 | 0.60 | 0.33 | 0.30 | 333.4 | 0.42 | 0.49 |
| Hex | B2 | 48 | 77 | 0 | 3C | 21 | 1E | 14D | 2A | 31 |
| Octal | 262 | 110 | 167 | 0 | 74 | 41 | 36 | 515 | 52 | 61 |
| Binary | 10110010 | 1001000 | 1110111 | 0 | 111100 | 100001 | 11110 | 101001101 | 101010 | 110001 |
Color Harmonies of #B24877
Complementary color
Monochromatic Colors of #B24877
Black with #B24877
Text Example
Text Example
White with #B24877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24877; }
p { color: rgb(178,72,119); }
H1.HeaderClassName
{
color: #B24877;
}
.AnyTagClassName
{
color: #B24877;
}
</style>
background-color css
<style>
a { background-color: #B24877; }
a { background-color: rgb(178,72,119); }
div.DivClassName
{
background-color: #B24877;
}
.BgClassName
{
background-color: #B24877;
}
</style>
border-color css
<style>
span { border-color: #B24877; }
span { border-color: rgb(178,72,119); }
td.TdClassName
{
border-color: #B24877;
}
.TagClassName
{
border-color: #B24877;
}
</style>