Shades of Royal Heath #B05E77
Tints of Royal Heath #B05E77
RGB
CMYK
RGB Variations
Color information
#B05E77 (or 0xB05E77) is known color: Royal Heath. HEX triplet: B0, 5E and 77. RGB value is (176,94,119). Sum of RGB (Red+Green+Blue) = 176+94+119=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E77 is #4FA188. Grayscale: #797979. Windows color (decimal): -5218697 or 7823024. OLE color: 7823024.
HSL color Cylindrical-coordinate representation of color #B05E77: hue angle of 341.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E77 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 119 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.31 |
| HSL | 341.71º | 0.34% | 0.53% | - |
| HSV(B) | 341.71º | 0.47% | 0.69% | - |
| XYZ | 25.24 | 18.57 | 19.71 | - |
| YUV | 121.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 119 | 0 | 0.47 | 0.32 | 0.31 | 341.71 | 0.34 | 0.53 |
| Hex | B0 | 5E | 77 | 0 | 2F | 20 | 1F | 156 | 22 | 35 |
| Octal | 260 | 136 | 167 | 0 | 57 | 40 | 37 | 526 | 42 | 65 |
| Binary | 10110000 | 1011110 | 1110111 | 0 | 101111 | 100000 | 11111 | 101010110 | 100010 | 110101 |
Color Harmonies of #B05E77
Complementary color
Monochromatic Colors of #B05E77
Black with #B05E77
Text Example
Text Example
White with #B05E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E77; }
p { color: rgb(176,94,119); }
H1.HeaderClassName
{
color: #B05E77;
}
.AnyTagClassName
{
color: #B05E77;
}
</style>
background-color css
<style>
a { background-color: #B05E77; }
a { background-color: rgb(176,94,119); }
div.DivClassName
{
background-color: #B05E77;
}
.BgClassName
{
background-color: #B05E77;
}
</style>
border-color css
<style>
span { border-color: #B05E77; }
span { border-color: rgb(176,94,119); }
td.TdClassName
{
border-color: #B05E77;
}
.TagClassName
{
border-color: #B05E77;
}
</style>