Shades of Royal Heath #B05478
Tints of Royal Heath #B05478
RGB
CMYK
RGB Variations
Color information
#B05478 (or 0xB05478) is known color: Royal Heath. HEX triplet: B0, 54 and 78. RGB value is (176,84,120). Sum of RGB (Red+Green+Blue) = 176+84+120=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B05478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05478 is #4FAB87. Grayscale: #737373. Windows color (decimal): -5221256 or 7886000. OLE color: 7886000.
HSL color Cylindrical-coordinate representation of color #B05478: hue angle of 336.52º 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 #B05478 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 120 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.31 |
| HSL | 336.52º | 0.37% | 0.51% | - |
| HSV(B) | 336.52º | 0.52% | 0.69% | - |
| XYZ | 24.46 | 16.93 | 19.75 | - |
| YUV | 115.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 120 | 0 | 0.52 | 0.32 | 0.31 | 336.52 | 0.37 | 0.51 |
| Hex | B0 | 54 | 78 | 0 | 34 | 20 | 1F | 151 | 25 | 33 |
| Octal | 260 | 124 | 170 | 0 | 64 | 40 | 37 | 521 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1111000 | 0 | 110100 | 100000 | 11111 | 101010001 | 100101 | 110011 |
Color Harmonies of #B05478
Complementary color
Monochromatic Colors of #B05478
Black with #B05478
Text Example
Text Example
White with #B05478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05478; }
p { color: rgb(176,84,120); }
H1.HeaderClassName
{
color: #B05478;
}
.AnyTagClassName
{
color: #B05478;
}
</style>
background-color css
<style>
a { background-color: #B05478; }
a { background-color: rgb(176,84,120); }
div.DivClassName
{
background-color: #B05478;
}
.BgClassName
{
background-color: #B05478;
}
</style>
border-color css
<style>
span { border-color: #B05478; }
span { border-color: rgb(176,84,120); }
td.TdClassName
{
border-color: #B05478;
}
.TagClassName
{
border-color: #B05478;
}
</style>