Shades of Royal Heath #B4577A
Tints of Royal Heath #B4577A
RGB
CMYK
RGB Variations
Color information
#B4577A (or 0xB4577A) is known color: Royal Heath. HEX triplet: B4, 57 and 7A. RGB value is (180,87,122). Sum of RGB (Red+Green+Blue) = 180+87+122=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4577A is #4BA885. Grayscale: #767676. Windows color (decimal): -4958342 or 8017844. OLE color: 8017844.
HSL color Cylindrical-coordinate representation of color #B4577A: hue angle of 337.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4577A is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 122 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.29 |
| HSL | 337.42º | 0.38% | 0.52% | - |
| HSV(B) | 337.42º | 0.52% | 0.71% | - |
| XYZ | 25.74 | 17.92 | 20.52 | - |
| YUV | 118.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 122 | 0 | 0.52 | 0.32 | 0.29 | 337.42 | 0.38 | 0.52 |
| Hex | B4 | 57 | 7A | 0 | 34 | 20 | 1D | 151 | 26 | 34 |
| Octal | 264 | 127 | 172 | 0 | 64 | 40 | 35 | 521 | 46 | 64 |
| Binary | 10110100 | 1010111 | 1111010 | 0 | 110100 | 100000 | 11101 | 101010001 | 100110 | 110100 |
Color Harmonies of #B4577A
Complementary color
Monochromatic Colors of #B4577A
Black with #B4577A
Text Example
Text Example
White with #B4577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4577A; }
p { color: rgb(180,87,122); }
H1.HeaderClassName
{
color: #B4577A;
}
.AnyTagClassName
{
color: #B4577A;
}
</style>
background-color css
<style>
a { background-color: #B4577A; }
a { background-color: rgb(180,87,122); }
div.DivClassName
{
background-color: #B4577A;
}
.BgClassName
{
background-color: #B4577A;
}
</style>
border-color css
<style>
span { border-color: #B4577A; }
span { border-color: rgb(180,87,122); }
td.TdClassName
{
border-color: #B4577A;
}
.TagClassName
{
border-color: #B4577A;
}
</style>