Shades of Royal Heath #B15B7F
Tints of Royal Heath #B15B7F
RGB
CMYK
RGB Variations
Color information
#B15B7F (or 0xB15B7F) is known color: Royal Heath. HEX triplet: B1, 5B and 7F. RGB value is (177,91,127). Sum of RGB (Red+Green+Blue) = 177+91+127=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B7F is #4EA480. Grayscale: #787878. Windows color (decimal): -5153921 or 8346545. OLE color: 8346545.
HSL color Cylindrical-coordinate representation of color #B15B7F: hue angle of 334.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15B7F is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 127 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.31 |
| HSL | 334.88º | 0.36% | 0.53% | - |
| HSV(B) | 334.88º | 0.49% | 0.69% | - |
| XYZ | 25.7 | 18.36 | 22.27 | - |
| YUV | 120.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 127 | 0 | 0.49 | 0.28 | 0.31 | 334.88 | 0.36 | 0.53 |
| Hex | B1 | 5B | 7F | 0 | 31 | 1C | 1F | 14F | 24 | 35 |
| Octal | 261 | 133 | 177 | 0 | 61 | 34 | 37 | 517 | 44 | 65 |
| Binary | 10110001 | 1011011 | 1111111 | 0 | 110001 | 11100 | 11111 | 101001111 | 100100 | 110101 |
Color Harmonies of #B15B7F
Complementary color
Monochromatic Colors of #B15B7F
Black with #B15B7F
Text Example
Text Example
White with #B15B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B7F; }
p { color: rgb(177,91,127); }
H1.HeaderClassName
{
color: #B15B7F;
}
.AnyTagClassName
{
color: #B15B7F;
}
</style>
background-color css
<style>
a { background-color: #B15B7F; }
a { background-color: rgb(177,91,127); }
div.DivClassName
{
background-color: #B15B7F;
}
.BgClassName
{
background-color: #B15B7F;
}
</style>
border-color css
<style>
span { border-color: #B15B7F; }
span { border-color: rgb(177,91,127); }
td.TdClassName
{
border-color: #B15B7F;
}
.TagClassName
{
border-color: #B15B7F;
}
</style>