Shades of Royal Heath #B05477
Tints of Royal Heath #B05477
RGB
CMYK
RGB Variations
Color information
#B05477 (or 0xB05477) is known color: Royal Heath. HEX triplet: B0, 54 and 77. RGB value is (176,84,119). Sum of RGB (Red+Green+Blue) = 176+84+119=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B05477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05477 is #4FAB88. Grayscale: #737373. Windows color (decimal): -5221257 or 7820464. OLE color: 7820464.
HSL color Cylindrical-coordinate representation of color #B05477: hue angle of 337.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05477 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 119 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.31 |
| HSL | 337.17º | 0.37% | 0.51% | - |
| HSV(B) | 337.17º | 0.52% | 0.69% | - |
| XYZ | 24.4 | 16.9 | 19.43 | - |
| YUV | 115.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 119 | 0 | 0.52 | 0.32 | 0.31 | 337.17 | 0.37 | 0.51 |
| Hex | B0 | 54 | 77 | 0 | 34 | 20 | 1F | 151 | 25 | 33 |
| Octal | 260 | 124 | 167 | 0 | 64 | 40 | 37 | 521 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1110111 | 0 | 110100 | 100000 | 11111 | 101010001 | 100101 | 110011 |
Color Harmonies of #B05477
Complementary color
Monochromatic Colors of #B05477
Black with #B05477
Text Example
Text Example
White with #B05477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05477; }
p { color: rgb(176,84,119); }
H1.HeaderClassName
{
color: #B05477;
}
.AnyTagClassName
{
color: #B05477;
}
</style>
background-color css
<style>
a { background-color: #B05477; }
a { background-color: rgb(176,84,119); }
div.DivClassName
{
background-color: #B05477;
}
.BgClassName
{
background-color: #B05477;
}
</style>
border-color css
<style>
span { border-color: #B05477; }
span { border-color: rgb(176,84,119); }
td.TdClassName
{
border-color: #B05477;
}
.TagClassName
{
border-color: #B05477;
}
</style>