Shades of Royal Heath #B05177
Tints of Royal Heath #B05177
RGB
CMYK
RGB Variations
Color information
#B05177 (or 0xB05177) is known color: Royal Heath. HEX triplet: B0, 51 and 77. RGB value is (176,81,119). Sum of RGB (Red+Green+Blue) = 176+81+119=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B05177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05177 is #4FAE88. Grayscale: #717171. Windows color (decimal): -5222025 or 7819696. OLE color: 7819696.
HSL color Cylindrical-coordinate representation of color #B05177: hue angle of 336º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05177 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 119 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.31 |
| HSL | 336º | 0.38% | 0.5% | - |
| HSV(B) | 336º | 0.54% | 0.69% | - |
| XYZ | 24.18 | 16.45 | 19.35 | - |
| YUV | 113.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 119 | 0 | 0.54 | 0.32 | 0.31 | 336 | 0.38 | 0.5 |
| Hex | B0 | 51 | 77 | 0 | 36 | 20 | 1F | 150 | 26 | 32 |
| Octal | 260 | 121 | 167 | 0 | 66 | 40 | 37 | 520 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1110111 | 0 | 110110 | 100000 | 11111 | 101010000 | 100110 | 110010 |
Color Harmonies of #B05177
Complementary color
Monochromatic Colors of #B05177
Black with #B05177
Text Example
Text Example
White with #B05177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05177; }
p { color: rgb(176,81,119); }
H1.HeaderClassName
{
color: #B05177;
}
.AnyTagClassName
{
color: #B05177;
}
</style>
background-color css
<style>
a { background-color: #B05177; }
a { background-color: rgb(176,81,119); }
div.DivClassName
{
background-color: #B05177;
}
.BgClassName
{
background-color: #B05177;
}
</style>
border-color css
<style>
span { border-color: #B05177; }
span { border-color: rgb(176,81,119); }
td.TdClassName
{
border-color: #B05177;
}
.TagClassName
{
border-color: #B05177;
}
</style>