Shades of Royal Heath #B24776
Tints of Royal Heath #B24776
RGB
CMYK
RGB Variations
Color information
#B24776 (or 0xB24776) is known color: Royal Heath. HEX triplet: B2, 47 and 76. RGB value is (178,71,118). Sum of RGB (Red+Green+Blue) = 178+71+118=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B24776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24776 is #4DB889. Grayscale: #6C6C6C. Windows color (decimal): -5093514 or 7751602. OLE color: 7751602.
HSL color Cylindrical-coordinate representation of color #B24776: hue angle of 333.64º degrees, saturation: 0.43, 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 #B24776 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 118 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.30 |
| HSL | 333.64º | 0.43% | 0.49% | - |
| HSV(B) | 333.64º | 0.6% | 0.7% | - |
| XYZ | 23.88 | 15.28 | 18.83 | - |
| YUV | 108.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 118 | 0 | 0.60 | 0.34 | 0.30 | 333.64 | 0.43 | 0.49 |
| Hex | B2 | 47 | 76 | 0 | 3C | 22 | 1E | 14E | 2B | 31 |
| Octal | 262 | 107 | 166 | 0 | 74 | 42 | 36 | 516 | 53 | 61 |
| Binary | 10110010 | 1000111 | 1110110 | 0 | 111100 | 100010 | 11110 | 101001110 | 101011 | 110001 |
Color Harmonies of #B24776
Complementary color
Monochromatic Colors of #B24776
Black with #B24776
Text Example
Text Example
White with #B24776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24776; }
p { color: rgb(178,71,118); }
H1.HeaderClassName
{
color: #B24776;
}
.AnyTagClassName
{
color: #B24776;
}
</style>
background-color css
<style>
a { background-color: #B24776; }
a { background-color: rgb(178,71,118); }
div.DivClassName
{
background-color: #B24776;
}
.BgClassName
{
background-color: #B24776;
}
</style>
border-color css
<style>
span { border-color: #B24776; }
span { border-color: rgb(178,71,118); }
td.TdClassName
{
border-color: #B24776;
}
.TagClassName
{
border-color: #B24776;
}
</style>