Shades of Royal Heath #B05D77
Tints of Royal Heath #B05D77
RGB
CMYK
RGB Variations
Color information
#B05D77 (or 0xB05D77) is known color: Royal Heath. HEX triplet: B0, 5D and 77. RGB value is (176,93,119). Sum of RGB (Red+Green+Blue) = 176+93+119=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D77 is #4FA288. Grayscale: #787878. Windows color (decimal): -5218953 or 7822768. OLE color: 7822768.
HSL color Cylindrical-coordinate representation of color #B05D77: hue angle of 341.2º 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 #B05D77 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 119 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.31 |
| HSL | 341.2º | 0.34% | 0.53% | - |
| HSV(B) | 341.2º | 0.47% | 0.69% | - |
| XYZ | 25.15 | 18.39 | 19.68 | - |
| YUV | 120.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 119 | 0 | 0.47 | 0.32 | 0.31 | 341.2 | 0.34 | 0.53 |
| Hex | B0 | 5D | 77 | 0 | 2F | 20 | 1F | 155 | 22 | 35 |
| Octal | 260 | 135 | 167 | 0 | 57 | 40 | 37 | 525 | 42 | 65 |
| Binary | 10110000 | 1011101 | 1110111 | 0 | 101111 | 100000 | 11111 | 101010101 | 100010 | 110101 |
Color Harmonies of #B05D77
Complementary color
Monochromatic Colors of #B05D77
Black with #B05D77
Text Example
Text Example
White with #B05D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D77; }
p { color: rgb(176,93,119); }
H1.HeaderClassName
{
color: #B05D77;
}
.AnyTagClassName
{
color: #B05D77;
}
</style>
background-color css
<style>
a { background-color: #B05D77; }
a { background-color: rgb(176,93,119); }
div.DivClassName
{
background-color: #B05D77;
}
.BgClassName
{
background-color: #B05D77;
}
</style>
border-color css
<style>
span { border-color: #B05D77; }
span { border-color: rgb(176,93,119); }
td.TdClassName
{
border-color: #B05D77;
}
.TagClassName
{
border-color: #B05D77;
}
</style>