Shades of Royal Heath #B0597B
Tints of Royal Heath #B0597B
RGB
CMYK
RGB Variations
Color information
#B0597B (or 0xB0597B) is known color: Royal Heath. HEX triplet: B0, 59 and 7B. RGB value is (176,89,123). Sum of RGB (Red+Green+Blue) = 176+89+123=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0597B is #4FA684. Grayscale: #767676. Windows color (decimal): -5219973 or 8083888. OLE color: 8083888.
HSL color Cylindrical-coordinate representation of color #B0597B: hue angle of 336.55º 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 #B0597B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 123 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.31 |
| HSL | 336.55º | 0.36% | 0.52% | - |
| HSV(B) | 336.55º | 0.49% | 0.69% | - |
| XYZ | 25.05 | 17.8 | 20.86 | - |
| YUV | 118.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 123 | 0 | 0.49 | 0.30 | 0.31 | 336.55 | 0.36 | 0.52 |
| Hex | B0 | 59 | 7B | 0 | 31 | 1E | 1F | 151 | 24 | 34 |
| Octal | 260 | 131 | 173 | 0 | 61 | 36 | 37 | 521 | 44 | 64 |
| Binary | 10110000 | 1011001 | 1111011 | 0 | 110001 | 11110 | 11111 | 101010001 | 100100 | 110100 |
Color Harmonies of #B0597B
Complementary color
Monochromatic Colors of #B0597B
Black with #B0597B
Text Example
Text Example
White with #B0597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0597B; }
p { color: rgb(176,89,123); }
H1.HeaderClassName
{
color: #B0597B;
}
.AnyTagClassName
{
color: #B0597B;
}
</style>
background-color css
<style>
a { background-color: #B0597B; }
a { background-color: rgb(176,89,123); }
div.DivClassName
{
background-color: #B0597B;
}
.BgClassName
{
background-color: #B0597B;
}
</style>
border-color css
<style>
span { border-color: #B0597B; }
span { border-color: rgb(176,89,123); }
td.TdClassName
{
border-color: #B0597B;
}
.TagClassName
{
border-color: #B0597B;
}
</style>