Shades of Royal Heath #B05978
Tints of Royal Heath #B05978
RGB
CMYK
RGB Variations
Color information
#B05978 (or 0xB05978) is known color: Royal Heath. HEX triplet: B0, 59 and 78. RGB value is (176,89,120). Sum of RGB (Red+Green+Blue) = 176+89+120=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B05978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05978 is #4FA687. Grayscale: #767676. Windows color (decimal): -5219976 or 7887280. OLE color: 7887280.
HSL color Cylindrical-coordinate representation of color #B05978: hue angle of 338.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05978 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 120 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.31 |
| HSL | 338.62º | 0.36% | 0.52% | - |
| HSV(B) | 338.62º | 0.49% | 0.69% | - |
| XYZ | 24.87 | 17.73 | 19.88 | - |
| YUV | 118.55 | 128.82 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 120 | 0 | 0.49 | 0.32 | 0.31 | 338.62 | 0.36 | 0.52 |
| Hex | B0 | 59 | 78 | 0 | 31 | 20 | 1F | 153 | 24 | 34 |
| Octal | 260 | 131 | 170 | 0 | 61 | 40 | 37 | 523 | 44 | 64 |
| Binary | 10110000 | 1011001 | 1111000 | 0 | 110001 | 100000 | 11111 | 101010011 | 100100 | 110100 |
Color Harmonies of #B05978
Complementary color
Monochromatic Colors of #B05978
Black with #B05978
Text Example
Text Example
White with #B05978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05978; }
p { color: rgb(176,89,120); }
H1.HeaderClassName
{
color: #B05978;
}
.AnyTagClassName
{
color: #B05978;
}
</style>
background-color css
<style>
a { background-color: #B05978; }
a { background-color: rgb(176,89,120); }
div.DivClassName
{
background-color: #B05978;
}
.BgClassName
{
background-color: #B05978;
}
</style>
border-color css
<style>
span { border-color: #B05978; }
span { border-color: rgb(176,89,120); }
td.TdClassName
{
border-color: #B05978;
}
.TagClassName
{
border-color: #B05978;
}
</style>