Shades of Royal Heath #B4597B
Tints of Royal Heath #B4597B
RGB
CMYK
RGB Variations
Color information
#B4597B (or 0xB4597B) is known color: Royal Heath. HEX triplet: B4, 59 and 7B. RGB value is (180,89,123). Sum of RGB (Red+Green+Blue) = 180+89+123=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4597B is #4BA684. Grayscale: #787878. Windows color (decimal): -4957829 or 8083892. OLE color: 8083892.
HSL color Cylindrical-coordinate representation of color #B4597B: hue angle of 337.58º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4597B is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 123 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.29 |
| HSL | 337.58º | 0.38% | 0.53% | - |
| HSV(B) | 337.58º | 0.51% | 0.71% | - |
| XYZ | 25.97 | 18.28 | 20.9 | - |
| YUV | 120.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 123 | 0 | 0.51 | 0.32 | 0.29 | 337.58 | 0.38 | 0.53 |
| Hex | B4 | 59 | 7B | 0 | 33 | 20 | 1D | 152 | 26 | 35 |
| Octal | 264 | 131 | 173 | 0 | 63 | 40 | 35 | 522 | 46 | 65 |
| Binary | 10110100 | 1011001 | 1111011 | 0 | 110011 | 100000 | 11101 | 101010010 | 100110 | 110101 |
Color Harmonies of #B4597B
Complementary color
Monochromatic Colors of #B4597B
Black with #B4597B
Text Example
Text Example
White with #B4597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4597B; }
p { color: rgb(180,89,123); }
H1.HeaderClassName
{
color: #B4597B;
}
.AnyTagClassName
{
color: #B4597B;
}
</style>
background-color css
<style>
a { background-color: #B4597B; }
a { background-color: rgb(180,89,123); }
div.DivClassName
{
background-color: #B4597B;
}
.BgClassName
{
background-color: #B4597B;
}
</style>
border-color css
<style>
span { border-color: #B4597B; }
span { border-color: rgb(180,89,123); }
td.TdClassName
{
border-color: #B4597B;
}
.TagClassName
{
border-color: #B4597B;
}
</style>