Shades of Royal Heath #B15775
Tints of Royal Heath #B15775
RGB
CMYK
RGB Variations
Color information
#B15775 (or 0xB15775) is known color: Royal Heath. HEX triplet: B1, 57 and 75. RGB value is (177,87,117). Sum of RGB (Red+Green+Blue) = 177+87+117=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B15775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15775 is #4EA88A. Grayscale: #757575. Windows color (decimal): -5154955 or 7690161. OLE color: 7690161.
HSL color Cylindrical-coordinate representation of color #B15775: hue angle of 340º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15775 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 117 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.31 |
| HSL | 340º | 0.37% | 0.52% | - |
| HSV(B) | 340º | 0.51% | 0.69% | - |
| XYZ | 24.75 | 17.45 | 18.89 | - |
| YUV | 117.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 117 | 0 | 0.51 | 0.34 | 0.31 | 340 | 0.37 | 0.52 |
| Hex | B1 | 57 | 75 | 0 | 33 | 22 | 1F | 154 | 25 | 34 |
| Octal | 261 | 127 | 165 | 0 | 63 | 42 | 37 | 524 | 45 | 64 |
| Binary | 10110001 | 1010111 | 1110101 | 0 | 110011 | 100010 | 11111 | 101010100 | 100101 | 110100 |
Color Harmonies of #B15775
Complementary color
Monochromatic Colors of #B15775
Black with #B15775
Text Example
Text Example
White with #B15775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15775; }
p { color: rgb(177,87,117); }
H1.HeaderClassName
{
color: #B15775;
}
.AnyTagClassName
{
color: #B15775;
}
</style>
background-color css
<style>
a { background-color: #B15775; }
a { background-color: rgb(177,87,117); }
div.DivClassName
{
background-color: #B15775;
}
.BgClassName
{
background-color: #B15775;
}
</style>
border-color css
<style>
span { border-color: #B15775; }
span { border-color: rgb(177,87,117); }
td.TdClassName
{
border-color: #B15775;
}
.TagClassName
{
border-color: #B15775;
}
</style>