Shades of Royal Heath #B15070
Tints of Royal Heath #B15070
RGB
CMYK
RGB Variations
Color information
#B15070 (or 0xB15070) is known color: Royal Heath. HEX triplet: B1, 50 and 70. RGB value is (177,80,112). Sum of RGB (Red+Green+Blue) = 177+80+112=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B15070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15070 is #4EAF8F. Grayscale: #707070. Windows color (decimal): -5156752 or 7360689. OLE color: 7360689.
HSL color Cylindrical-coordinate representation of color #B15070: hue angle of 340.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15070 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 112 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.31 |
| HSL | 340.21º | 0.38% | 0.5% | - |
| HSV(B) | 340.21º | 0.55% | 0.69% | - |
| XYZ | 23.92 | 16.25 | 17.21 | - |
| YUV | 112.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 112 | 0 | 0.55 | 0.37 | 0.31 | 340.21 | 0.38 | 0.5 |
| Hex | B1 | 50 | 70 | 0 | 37 | 25 | 1F | 154 | 26 | 32 |
| Octal | 261 | 120 | 160 | 0 | 67 | 45 | 37 | 524 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1110000 | 0 | 110111 | 100101 | 11111 | 101010100 | 100110 | 110010 |
Color Harmonies of #B15070
Complementary color
Monochromatic Colors of #B15070
Black with #B15070
Text Example
Text Example
White with #B15070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15070; }
p { color: rgb(177,80,112); }
H1.HeaderClassName
{
color: #B15070;
}
.AnyTagClassName
{
color: #B15070;
}
</style>
background-color css
<style>
a { background-color: #B15070; }
a { background-color: rgb(177,80,112); }
div.DivClassName
{
background-color: #B15070;
}
.BgClassName
{
background-color: #B15070;
}
</style>
border-color css
<style>
span { border-color: #B15070; }
span { border-color: rgb(177,80,112); }
td.TdClassName
{
border-color: #B15070;
}
.TagClassName
{
border-color: #B15070;
}
</style>