Shades of Royal Heath #B15470
Tints of Royal Heath #B15470
RGB
CMYK
RGB Variations
Color information
#B15470 (or 0xB15470) is known color: Royal Heath. HEX triplet: B1, 54 and 70. RGB value is (177,84,112). Sum of RGB (Red+Green+Blue) = 177+84+112=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B15470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15470 is #4EAB8F. Grayscale: #727272. Windows color (decimal): -5155728 or 7361713. OLE color: 7361713.
HSL color Cylindrical-coordinate representation of color #B15470: hue angle of 341.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B15470 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 112 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.31 |
| HSL | 341.94º | 0.37% | 0.51% | - |
| HSV(B) | 341.94º | 0.53% | 0.69% | - |
| XYZ | 24.23 | 16.86 | 17.31 | - |
| YUV | 115 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 112 | 0 | 0.53 | 0.37 | 0.31 | 341.94 | 0.37 | 0.51 |
| Hex | B1 | 54 | 70 | 0 | 35 | 25 | 1F | 156 | 25 | 33 |
| Octal | 261 | 124 | 160 | 0 | 65 | 45 | 37 | 526 | 45 | 63 |
| Binary | 10110001 | 1010100 | 1110000 | 0 | 110101 | 100101 | 11111 | 101010110 | 100101 | 110011 |
Color Harmonies of #B15470
Complementary color
Monochromatic Colors of #B15470
Black with #B15470
Text Example
Text Example
White with #B15470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15470; }
p { color: rgb(177,84,112); }
H1.HeaderClassName
{
color: #B15470;
}
.AnyTagClassName
{
color: #B15470;
}
</style>
background-color css
<style>
a { background-color: #B15470; }
a { background-color: rgb(177,84,112); }
div.DivClassName
{
background-color: #B15470;
}
.BgClassName
{
background-color: #B15470;
}
</style>
border-color css
<style>
span { border-color: #B15470; }
span { border-color: rgb(177,84,112); }
td.TdClassName
{
border-color: #B15470;
}
.TagClassName
{
border-color: #B15470;
}
</style>