Shades of Royal Heath #B15271
Tints of Royal Heath #B15271
RGB
CMYK
RGB Variations
Color information
#B15271 (or 0xB15271) is known color: Royal Heath. HEX triplet: B1, 52 and 71. RGB value is (177,82,113). Sum of RGB (Red+Green+Blue) = 177+82+113=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B15271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15271 is #4EAD8E. Grayscale: #717171. Windows color (decimal): -5156239 or 7426737. OLE color: 7426737.
HSL color Cylindrical-coordinate representation of color #B15271: hue angle of 340.42º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15271 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 113 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.31 |
| HSL | 340.42º | 0.38% | 0.51% | - |
| HSV(B) | 340.42º | 0.54% | 0.69% | - |
| XYZ | 24.13 | 16.57 | 17.55 | - |
| YUV | 113.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 113 | 0 | 0.54 | 0.36 | 0.31 | 340.42 | 0.38 | 0.51 |
| Hex | B1 | 52 | 71 | 0 | 36 | 24 | 1F | 154 | 26 | 33 |
| Octal | 261 | 122 | 161 | 0 | 66 | 44 | 37 | 524 | 46 | 63 |
| Binary | 10110001 | 1010010 | 1110001 | 0 | 110110 | 100100 | 11111 | 101010100 | 100110 | 110011 |
Color Harmonies of #B15271
Complementary color
Monochromatic Colors of #B15271
Black with #B15271
Text Example
Text Example
White with #B15271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15271; }
p { color: rgb(177,82,113); }
H1.HeaderClassName
{
color: #B15271;
}
.AnyTagClassName
{
color: #B15271;
}
</style>
background-color css
<style>
a { background-color: #B15271; }
a { background-color: rgb(177,82,113); }
div.DivClassName
{
background-color: #B15271;
}
.BgClassName
{
background-color: #B15271;
}
</style>
border-color css
<style>
span { border-color: #B15271; }
span { border-color: rgb(177,82,113); }
td.TdClassName
{
border-color: #B15271;
}
.TagClassName
{
border-color: #B15271;
}
</style>