Shades of Royal Heath #B15175
Tints of Royal Heath #B15175
RGB
CMYK
RGB Variations
Color information
#B15175 (or 0xB15175) is known color: Royal Heath. HEX triplet: B1, 51 and 75. RGB value is (177,81,117). Sum of RGB (Red+Green+Blue) = 177+81+117=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15175 is #4EAE8A. Grayscale: #717171. Windows color (decimal): -5156491 or 7688625. OLE color: 7688625.
HSL color Cylindrical-coordinate representation of color #B15175: hue angle of 337.5º 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 #B15175 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 117 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.31 |
| HSL | 337.5º | 0.38% | 0.51% | - |
| HSV(B) | 337.5º | 0.54% | 0.69% | - |
| XYZ | 24.28 | 16.52 | 18.74 | - |
| YUV | 113.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 117 | 0 | 0.54 | 0.34 | 0.31 | 337.5 | 0.38 | 0.51 |
| Hex | B1 | 51 | 75 | 0 | 36 | 22 | 1F | 152 | 26 | 33 |
| Octal | 261 | 121 | 165 | 0 | 66 | 42 | 37 | 522 | 46 | 63 |
| Binary | 10110001 | 1010001 | 1110101 | 0 | 110110 | 100010 | 11111 | 101010010 | 100110 | 110011 |
Color Harmonies of #B15175
Complementary color
Monochromatic Colors of #B15175
Black with #B15175
Text Example
Text Example
White with #B15175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15175; }
p { color: rgb(177,81,117); }
H1.HeaderClassName
{
color: #B15175;
}
.AnyTagClassName
{
color: #B15175;
}
</style>
background-color css
<style>
a { background-color: #B15175; }
a { background-color: rgb(177,81,117); }
div.DivClassName
{
background-color: #B15175;
}
.BgClassName
{
background-color: #B15175;
}
</style>
border-color css
<style>
span { border-color: #B15175; }
span { border-color: rgb(177,81,117); }
td.TdClassName
{
border-color: #B15175;
}
.TagClassName
{
border-color: #B15175;
}
</style>