Shades of Royal Heath #B05579
Tints of Royal Heath #B05579
RGB
CMYK
RGB Variations
Color information
#B05579 (or 0xB05579) is known color: Royal Heath. HEX triplet: B0, 55 and 79. RGB value is (176,85,121). Sum of RGB (Red+Green+Blue) = 176+85+121=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B05579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05579 is #4FAA86. Grayscale: #747474. Windows color (decimal): -5220999 or 7951792. OLE color: 7951792.
HSL color Cylindrical-coordinate representation of color #B05579: hue angle of 336.26º 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 #B05579 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 121 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.31 |
| HSL | 336.26º | 0.37% | 0.51% | - |
| HSV(B) | 336.26º | 0.52% | 0.69% | - |
| XYZ | 24.6 | 17.11 | 20.09 | - |
| YUV | 116.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 121 | 0 | 0.52 | 0.31 | 0.31 | 336.26 | 0.37 | 0.51 |
| Hex | B0 | 55 | 79 | 0 | 34 | 1F | 1F | 150 | 25 | 33 |
| Octal | 260 | 125 | 171 | 0 | 64 | 37 | 37 | 520 | 45 | 63 |
| Binary | 10110000 | 1010101 | 1111001 | 0 | 110100 | 11111 | 11111 | 101010000 | 100101 | 110011 |
Color Harmonies of #B05579
Complementary color
Monochromatic Colors of #B05579
Black with #B05579
Text Example
Text Example
White with #B05579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05579; }
p { color: rgb(176,85,121); }
H1.HeaderClassName
{
color: #B05579;
}
.AnyTagClassName
{
color: #B05579;
}
</style>
background-color css
<style>
a { background-color: #B05579; }
a { background-color: rgb(176,85,121); }
div.DivClassName
{
background-color: #B05579;
}
.BgClassName
{
background-color: #B05579;
}
</style>
border-color css
<style>
span { border-color: #B05579; }
span { border-color: rgb(176,85,121); }
td.TdClassName
{
border-color: #B05579;
}
.TagClassName
{
border-color: #B05579;
}
</style>