Shades of Royal Heath #B4527B
Tints of Royal Heath #B4527B
RGB
CMYK
RGB Variations
Color information
#B4527B (or 0xB4527B) is known color: Royal Heath. HEX triplet: B4, 52 and 7B. RGB value is (180,82,123). Sum of RGB (Red+Green+Blue) = 180+82+123=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4527B is #4BAD84. Grayscale: #737373. Windows color (decimal): -4959621 or 8082100. OLE color: 8082100.
HSL color Cylindrical-coordinate representation of color #B4527B: hue angle of 334.9º 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 #B4527B is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 123 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.29 |
| HSL | 334.9º | 0.4% | 0.51% | - |
| HSV(B) | 334.9º | 0.54% | 0.71% | - |
| XYZ | 25.41 | 17.17 | 20.71 | - |
| YUV | 115.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 123 | 0 | 0.54 | 0.32 | 0.29 | 334.9 | 0.4 | 0.51 |
| Hex | B4 | 52 | 7B | 0 | 36 | 20 | 1D | 14F | 28 | 33 |
| Octal | 264 | 122 | 173 | 0 | 66 | 40 | 35 | 517 | 50 | 63 |
| Binary | 10110100 | 1010010 | 1111011 | 0 | 110110 | 100000 | 11101 | 101001111 | 101000 | 110011 |
Color Harmonies of #B4527B
Complementary color
Monochromatic Colors of #B4527B
Black with #B4527B
Text Example
Text Example
White with #B4527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4527B; }
p { color: rgb(180,82,123); }
H1.HeaderClassName
{
color: #B4527B;
}
.AnyTagClassName
{
color: #B4527B;
}
</style>
background-color css
<style>
a { background-color: #B4527B; }
a { background-color: rgb(180,82,123); }
div.DivClassName
{
background-color: #B4527B;
}
.BgClassName
{
background-color: #B4527B;
}
</style>
border-color css
<style>
span { border-color: #B4527B; }
span { border-color: rgb(180,82,123); }
td.TdClassName
{
border-color: #B4527B;
}
.TagClassName
{
border-color: #B4527B;
}
</style>