Shades of Royal Heath #B14570
Tints of Royal Heath #B14570
RGB
CMYK
RGB Variations
Color information
#B14570 (or 0xB14570) is known color: Royal Heath. HEX triplet: B1, 45 and 70. RGB value is (177,69,112). Sum of RGB (Red+Green+Blue) = 177+69+112=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B14570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14570 is #4EBA8F. Grayscale: #6A6A6A. Windows color (decimal): -5159568 or 7357873. OLE color: 7357873.
HSL color Cylindrical-coordinate representation of color #B14570: hue angle of 336.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14570 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 112 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.31 |
| HSL | 336.11º | 0.44% | 0.48% | - |
| HSV(B) | 336.11º | 0.61% | 0.69% | - |
| XYZ | 23.18 | 14.77 | 16.96 | - |
| YUV | 106.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 112 | 0 | 0.61 | 0.37 | 0.31 | 336.11 | 0.44 | 0.48 |
| Hex | B1 | 45 | 70 | 0 | 3D | 25 | 1F | 150 | 2C | 30 |
| Octal | 261 | 105 | 160 | 0 | 75 | 45 | 37 | 520 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1110000 | 0 | 111101 | 100101 | 11111 | 101010000 | 101100 | 110000 |
Color Harmonies of #B14570
Complementary color
Monochromatic Colors of #B14570
Black with #B14570
Text Example
Text Example
White with #B14570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14570; }
p { color: rgb(177,69,112); }
H1.HeaderClassName
{
color: #B14570;
}
.AnyTagClassName
{
color: #B14570;
}
</style>
background-color css
<style>
a { background-color: #B14570; }
a { background-color: rgb(177,69,112); }
div.DivClassName
{
background-color: #B14570;
}
.BgClassName
{
background-color: #B14570;
}
</style>
border-color css
<style>
span { border-color: #B14570; }
span { border-color: rgb(177,69,112); }
td.TdClassName
{
border-color: #B14570;
}
.TagClassName
{
border-color: #B14570;
}
</style>