Shades of Royal Heath #B05473
Tints of Royal Heath #B05473
RGB
CMYK
RGB Variations
Color information
#B05473 (or 0xB05473) is known color: Royal Heath. HEX triplet: B0, 54 and 73. RGB value is (176,84,115). Sum of RGB (Red+Green+Blue) = 176+84+115=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B05473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05473 is #4FAB8C. Grayscale: #737373. Windows color (decimal): -5221261 or 7558320. OLE color: 7558320.
HSL color Cylindrical-coordinate representation of color #B05473: hue angle of 339.78º 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 #B05473 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 115 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.31 |
| HSL | 339.78º | 0.37% | 0.51% | - |
| HSV(B) | 339.78º | 0.52% | 0.69% | - |
| XYZ | 24.17 | 16.81 | 18.19 | - |
| YUV | 115.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 115 | 0 | 0.52 | 0.35 | 0.31 | 339.78 | 0.37 | 0.51 |
| Hex | B0 | 54 | 73 | 0 | 34 | 23 | 1F | 154 | 25 | 33 |
| Octal | 260 | 124 | 163 | 0 | 64 | 43 | 37 | 524 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1110011 | 0 | 110100 | 100011 | 11111 | 101010100 | 100101 | 110011 |
Color Harmonies of #B05473
Complementary color
Monochromatic Colors of #B05473
Black with #B05473
Text Example
Text Example
White with #B05473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05473; }
p { color: rgb(176,84,115); }
H1.HeaderClassName
{
color: #B05473;
}
.AnyTagClassName
{
color: #B05473;
}
</style>
background-color css
<style>
a { background-color: #B05473; }
a { background-color: rgb(176,84,115); }
div.DivClassName
{
background-color: #B05473;
}
.BgClassName
{
background-color: #B05473;
}
</style>
border-color css
<style>
span { border-color: #B05473; }
span { border-color: rgb(176,84,115); }
td.TdClassName
{
border-color: #B05473;
}
.TagClassName
{
border-color: #B05473;
}
</style>