Shades of Royal Heath #B24671
Tints of Royal Heath #B24671
RGB
CMYK
RGB Variations
Color information
#B24671 (or 0xB24671) is known color: Royal Heath. HEX triplet: B2, 46 and 71. RGB value is (178,70,113). Sum of RGB (Red+Green+Blue) = 178+70+113=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B24671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24671 is #4DB98E. Grayscale: #6B6B6B. Windows color (decimal): -5093775 or 7423666. OLE color: 7423666.
HSL color Cylindrical-coordinate representation of color #B24671: hue angle of 336.11º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24671 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 113 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.30 |
| HSL | 336.11º | 0.44% | 0.49% | - |
| HSV(B) | 336.11º | 0.61% | 0.7% | - |
| XYZ | 23.53 | 15.04 | 17.29 | - |
| YUV | 107.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 113 | 0 | 0.61 | 0.37 | 0.30 | 336.11 | 0.44 | 0.49 |
| Hex | B2 | 46 | 71 | 0 | 3D | 25 | 1E | 150 | 2C | 31 |
| Octal | 262 | 106 | 161 | 0 | 75 | 45 | 36 | 520 | 54 | 61 |
| Binary | 10110010 | 1000110 | 1110001 | 0 | 111101 | 100101 | 11110 | 101010000 | 101100 | 110001 |
Color Harmonies of #B24671
Complementary color
Monochromatic Colors of #B24671
Black with #B24671
Text Example
Text Example
White with #B24671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24671; }
p { color: rgb(178,70,113); }
H1.HeaderClassName
{
color: #B24671;
}
.AnyTagClassName
{
color: #B24671;
}
</style>
background-color css
<style>
a { background-color: #B24671; }
a { background-color: rgb(178,70,113); }
div.DivClassName
{
background-color: #B24671;
}
.BgClassName
{
background-color: #B24671;
}
</style>
border-color css
<style>
span { border-color: #B24671; }
span { border-color: rgb(178,70,113); }
td.TdClassName
{
border-color: #B24671;
}
.TagClassName
{
border-color: #B24671;
}
</style>