Shades of Royal Heath #B24972
Tints of Royal Heath #B24972
RGB
CMYK
RGB Variations
Color information
#B24972 (or 0xB24972) is known color: Royal Heath. HEX triplet: B2, 49 and 72. RGB value is (178,73,114). Sum of RGB (Red+Green+Blue) = 178+73+114=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24972 is #4DB68D. Grayscale: #6D6D6D. Windows color (decimal): -5093006 or 7489970. OLE color: 7489970.
HSL color Cylindrical-coordinate representation of color #B24972: hue angle of 336.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24972 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 114 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.30 |
| HSL | 336.57º | 0.42% | 0.49% | - |
| HSV(B) | 336.57º | 0.59% | 0.7% | - |
| XYZ | 23.78 | 15.44 | 17.65 | - |
| YUV | 109.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 114 | 0 | 0.59 | 0.36 | 0.30 | 336.57 | 0.42 | 0.49 |
| Hex | B2 | 49 | 72 | 0 | 3B | 24 | 1E | 151 | 2A | 31 |
| Octal | 262 | 111 | 162 | 0 | 73 | 44 | 36 | 521 | 52 | 61 |
| Binary | 10110010 | 1001001 | 1110010 | 0 | 111011 | 100100 | 11110 | 101010001 | 101010 | 110001 |
Color Harmonies of #B24972
Complementary color
Monochromatic Colors of #B24972
Black with #B24972
Text Example
Text Example
White with #B24972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24972; }
p { color: rgb(178,73,114); }
H1.HeaderClassName
{
color: #B24972;
}
.AnyTagClassName
{
color: #B24972;
}
</style>
background-color css
<style>
a { background-color: #B24972; }
a { background-color: rgb(178,73,114); }
div.DivClassName
{
background-color: #B24972;
}
.BgClassName
{
background-color: #B24972;
}
</style>
border-color css
<style>
span { border-color: #B24972; }
span { border-color: rgb(178,73,114); }
td.TdClassName
{
border-color: #B24972;
}
.TagClassName
{
border-color: #B24972;
}
</style>