Shades of Royal Heath #B4597D
Tints of Royal Heath #B4597D
RGB
CMYK
RGB Variations
Color information
#B4597D (or 0xB4597D) is known color: Royal Heath. HEX triplet: B4, 59 and 7D. RGB value is (180,89,125). Sum of RGB (Red+Green+Blue) = 180+89+125=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4597D is #4BA682. Grayscale: #787878. Windows color (decimal): -4957827 or 8214964. OLE color: 8214964.
HSL color Cylindrical-coordinate representation of color #B4597D: hue angle of 336.26º 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 #B4597D is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 125 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.29 |
| HSL | 336.26º | 0.38% | 0.53% | - |
| HSV(B) | 336.26º | 0.51% | 0.71% | - |
| XYZ | 26.1 | 18.33 | 21.56 | - |
| YUV | 120.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 125 | 0 | 0.51 | 0.31 | 0.29 | 336.26 | 0.38 | 0.53 |
| Hex | B4 | 59 | 7D | 0 | 33 | 1F | 1D | 150 | 26 | 35 |
| Octal | 264 | 131 | 175 | 0 | 63 | 37 | 35 | 520 | 46 | 65 |
| Binary | 10110100 | 1011001 | 1111101 | 0 | 110011 | 11111 | 11101 | 101010000 | 100110 | 110101 |
Color Harmonies of #B4597D
Complementary color
Monochromatic Colors of #B4597D
Black with #B4597D
Text Example
Text Example
White with #B4597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4597D; }
p { color: rgb(180,89,125); }
H1.HeaderClassName
{
color: #B4597D;
}
.AnyTagClassName
{
color: #B4597D;
}
</style>
background-color css
<style>
a { background-color: #B4597D; }
a { background-color: rgb(180,89,125); }
div.DivClassName
{
background-color: #B4597D;
}
.BgClassName
{
background-color: #B4597D;
}
</style>
border-color css
<style>
span { border-color: #B4597D; }
span { border-color: rgb(180,89,125); }
td.TdClassName
{
border-color: #B4597D;
}
.TagClassName
{
border-color: #B4597D;
}
</style>