Shades of Royal Heath #B05476
Tints of Royal Heath #B05476
RGB
CMYK
RGB Variations
Color information
#B05476 (or 0xB05476) is known color: Royal Heath. HEX triplet: B0, 54 and 76. RGB value is (176,84,118). Sum of RGB (Red+Green+Blue) = 176+84+118=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B05476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05476 is #4FAB89. Grayscale: #737373. Windows color (decimal): -5221258 or 7754928. OLE color: 7754928.
HSL color Cylindrical-coordinate representation of color #B05476: hue angle of 337.83º 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 #B05476 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 118 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.31 |
| HSL | 337.83º | 0.37% | 0.51% | - |
| HSV(B) | 337.83º | 0.52% | 0.69% | - |
| XYZ | 24.34 | 16.88 | 19.11 | - |
| YUV | 115.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 118 | 0 | 0.52 | 0.33 | 0.31 | 337.83 | 0.37 | 0.51 |
| Hex | B0 | 54 | 76 | 0 | 34 | 21 | 1F | 152 | 25 | 33 |
| Octal | 260 | 124 | 166 | 0 | 64 | 41 | 37 | 522 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1110110 | 0 | 110100 | 100001 | 11111 | 101010010 | 100101 | 110011 |
Color Harmonies of #B05476
Complementary color
Monochromatic Colors of #B05476
Black with #B05476
Text Example
Text Example
White with #B05476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05476; }
p { color: rgb(176,84,118); }
H1.HeaderClassName
{
color: #B05476;
}
.AnyTagClassName
{
color: #B05476;
}
</style>
background-color css
<style>
a { background-color: #B05476; }
a { background-color: rgb(176,84,118); }
div.DivClassName
{
background-color: #B05476;
}
.BgClassName
{
background-color: #B05476;
}
</style>
border-color css
<style>
span { border-color: #B05476; }
span { border-color: rgb(176,84,118); }
td.TdClassName
{
border-color: #B05476;
}
.TagClassName
{
border-color: #B05476;
}
</style>