Shades of Royal Heath #B24875
Tints of Royal Heath #B24875
RGB
CMYK
RGB Variations
Color information
#B24875 (or 0xB24875) is known color: Royal Heath. HEX triplet: B2, 48 and 75. RGB value is (178,72,117). Sum of RGB (Red+Green+Blue) = 178+72+117=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B24875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24875 is #4DB78A. Grayscale: #6C6C6C. Windows color (decimal): -5093259 or 7686322. OLE color: 7686322.
HSL color Cylindrical-coordinate representation of color #B24875: hue angle of 334.53º 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 #B24875 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 117 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.30 |
| HSL | 334.53º | 0.42% | 0.49% | - |
| HSV(B) | 334.53º | 0.6% | 0.7% | - |
| XYZ | 23.89 | 15.38 | 18.54 | - |
| YUV | 108.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 117 | 0 | 0.60 | 0.34 | 0.30 | 334.53 | 0.42 | 0.49 |
| Hex | B2 | 48 | 75 | 0 | 3C | 22 | 1E | 14F | 2A | 31 |
| Octal | 262 | 110 | 165 | 0 | 74 | 42 | 36 | 517 | 52 | 61 |
| Binary | 10110010 | 1001000 | 1110101 | 0 | 111100 | 100010 | 11110 | 101001111 | 101010 | 110001 |
Color Harmonies of #B24875
Complementary color
Monochromatic Colors of #B24875
Black with #B24875
Text Example
Text Example
White with #B24875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24875; }
p { color: rgb(178,72,117); }
H1.HeaderClassName
{
color: #B24875;
}
.AnyTagClassName
{
color: #B24875;
}
</style>
background-color css
<style>
a { background-color: #B24875; }
a { background-color: rgb(178,72,117); }
div.DivClassName
{
background-color: #B24875;
}
.BgClassName
{
background-color: #B24875;
}
</style>
border-color css
<style>
span { border-color: #B24875; }
span { border-color: rgb(178,72,117); }
td.TdClassName
{
border-color: #B24875;
}
.TagClassName
{
border-color: #B24875;
}
</style>