Shades of Royal Heath #B05777
Tints of Royal Heath #B05777
RGB
CMYK
RGB Variations
Color information
#B05777 (or 0xB05777) is known color: Royal Heath. HEX triplet: B0, 57 and 77. RGB value is (176,87,119). Sum of RGB (Red+Green+Blue) = 176+87+119=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B05777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05777 is #4FA888. Grayscale: #757575. Windows color (decimal): -5220489 or 7821232. OLE color: 7821232.
HSL color Cylindrical-coordinate representation of color #B05777: hue angle of 338.43º degrees, saturation: 0.36, 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 #B05777 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 119 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.31 |
| HSL | 338.43º | 0.36% | 0.52% | - |
| HSV(B) | 338.43º | 0.51% | 0.69% | - |
| XYZ | 24.64 | 17.38 | 19.51 | - |
| YUV | 117.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 119 | 0 | 0.51 | 0.32 | 0.31 | 338.43 | 0.36 | 0.52 |
| Hex | B0 | 57 | 77 | 0 | 33 | 20 | 1F | 152 | 24 | 34 |
| Octal | 260 | 127 | 167 | 0 | 63 | 40 | 37 | 522 | 44 | 64 |
| Binary | 10110000 | 1010111 | 1110111 | 0 | 110011 | 100000 | 11111 | 101010010 | 100100 | 110100 |
Color Harmonies of #B05777
Complementary color
Monochromatic Colors of #B05777
Black with #B05777
Text Example
Text Example
White with #B05777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05777; }
p { color: rgb(176,87,119); }
H1.HeaderClassName
{
color: #B05777;
}
.AnyTagClassName
{
color: #B05777;
}
</style>
background-color css
<style>
a { background-color: #B05777; }
a { background-color: rgb(176,87,119); }
div.DivClassName
{
background-color: #B05777;
}
.BgClassName
{
background-color: #B05777;
}
</style>
border-color css
<style>
span { border-color: #B05777; }
span { border-color: rgb(176,87,119); }
td.TdClassName
{
border-color: #B05777;
}
.TagClassName
{
border-color: #B05777;
}
</style>