Shades of Royal Heath #B4527A
Tints of Royal Heath #B4527A
RGB
CMYK
RGB Variations
Color information
#B4527A (or 0xB4527A) is known color: Royal Heath. HEX triplet: B4, 52 and 7A. RGB value is (180,82,122). Sum of RGB (Red+Green+Blue) = 180+82+122=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4527A is #4BAD85. Grayscale: #737373. Windows color (decimal): -4959622 or 8016564. OLE color: 8016564.
HSL color Cylindrical-coordinate representation of color #B4527A: hue angle of 335.51º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4527A is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 122 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.29 |
| HSL | 335.51º | 0.4% | 0.51% | - |
| HSV(B) | 335.51º | 0.54% | 0.71% | - |
| XYZ | 25.35 | 17.14 | 20.39 | - |
| YUV | 115.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 122 | 0 | 0.54 | 0.32 | 0.29 | 335.51 | 0.4 | 0.51 |
| Hex | B4 | 52 | 7A | 0 | 36 | 20 | 1D | 150 | 28 | 33 |
| Octal | 264 | 122 | 172 | 0 | 66 | 40 | 35 | 520 | 50 | 63 |
| Binary | 10110100 | 1010010 | 1111010 | 0 | 110110 | 100000 | 11101 | 101010000 | 101000 | 110011 |
Color Harmonies of #B4527A
Complementary color
Monochromatic Colors of #B4527A
Black with #B4527A
Text Example
Text Example
White with #B4527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4527A; }
p { color: rgb(180,82,122); }
H1.HeaderClassName
{
color: #B4527A;
}
.AnyTagClassName
{
color: #B4527A;
}
</style>
background-color css
<style>
a { background-color: #B4527A; }
a { background-color: rgb(180,82,122); }
div.DivClassName
{
background-color: #B4527A;
}
.BgClassName
{
background-color: #B4527A;
}
</style>
border-color css
<style>
span { border-color: #B4527A; }
span { border-color: rgb(180,82,122); }
td.TdClassName
{
border-color: #B4527A;
}
.TagClassName
{
border-color: #B4527A;
}
</style>