Shades of Royal Heath #B15B76
Tints of Royal Heath #B15B76
RGB
CMYK
RGB Variations
Color information
#B15B76 (or 0xB15B76) is known color: Royal Heath. HEX triplet: B1, 5B and 76. RGB value is (177,91,118). Sum of RGB (Red+Green+Blue) = 177+91+118=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B76 is #4EA489. Grayscale: #777777. Windows color (decimal): -5153930 or 7756721. OLE color: 7756721.
HSL color Cylindrical-coordinate representation of color #B15B76: hue angle of 341.16º 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 #B15B76 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 91 | 118 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.31 |
| HSL | 341.16º | 0.36% | 0.53% | - |
| HSV(B) | 341.16º | 0.49% | 0.69% | - |
| XYZ | 25.14 | 18.14 | 19.32 | - |
| YUV | 119.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 118 | 0 | 0.49 | 0.33 | 0.31 | 341.16 | 0.36 | 0.53 |
| Hex | B1 | 5B | 76 | 0 | 31 | 21 | 1F | 155 | 24 | 35 |
| Octal | 261 | 133 | 166 | 0 | 61 | 41 | 37 | 525 | 44 | 65 |
| Binary | 10110001 | 1011011 | 1110110 | 0 | 110001 | 100001 | 11111 | 101010101 | 100100 | 110101 |
Color Harmonies of #B15B76
Complementary color
Monochromatic Colors of #B15B76
Black with #B15B76
Text Example
Text Example
White with #B15B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15B76; }
p { color: rgb(177,91,118); }
H1.HeaderClassName
{
color: #B15B76;
}
.AnyTagClassName
{
color: #B15B76;
}
</style>
background-color css
<style>
a { background-color: #B15B76; }
a { background-color: rgb(177,91,118); }
div.DivClassName
{
background-color: #B15B76;
}
.BgClassName
{
background-color: #B15B76;
}
</style>
border-color css
<style>
span { border-color: #B15B76; }
span { border-color: rgb(177,91,118); }
td.TdClassName
{
border-color: #B15B76;
}
.TagClassName
{
border-color: #B15B76;
}
</style>