Shades of Royal Heath #B4517D
Tints of Royal Heath #B4517D
RGB
CMYK
RGB Variations
Color information
#B4517D (or 0xB4517D) is known color: Royal Heath. HEX triplet: B4, 51 and 7D. RGB value is (180,81,125). Sum of RGB (Red+Green+Blue) = 180+81+125=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4517D is #4BAE82. Grayscale: #737373. Windows color (decimal): -4959875 or 8212916. OLE color: 8212916.
HSL color Cylindrical-coordinate representation of color #B4517D: hue angle of 333.33º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4517D is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 125 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.29 |
| HSL | 333.33º | 0.4% | 0.51% | - |
| HSV(B) | 333.33º | 0.55% | 0.71% | - |
| XYZ | 25.47 | 17.07 | 21.35 | - |
| YUV | 115.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 125 | 0 | 0.55 | 0.31 | 0.29 | 333.33 | 0.4 | 0.51 |
| Hex | B4 | 51 | 7D | 0 | 37 | 1F | 1D | 14D | 28 | 33 |
| Octal | 264 | 121 | 175 | 0 | 67 | 37 | 35 | 515 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1111101 | 0 | 110111 | 11111 | 11101 | 101001101 | 101000 | 110011 |
Color Harmonies of #B4517D
Complementary color
Monochromatic Colors of #B4517D
Black with #B4517D
Text Example
Text Example
White with #B4517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4517D; }
p { color: rgb(180,81,125); }
H1.HeaderClassName
{
color: #B4517D;
}
.AnyTagClassName
{
color: #B4517D;
}
</style>
background-color css
<style>
a { background-color: #B4517D; }
a { background-color: rgb(180,81,125); }
div.DivClassName
{
background-color: #B4517D;
}
.BgClassName
{
background-color: #B4517D;
}
</style>
border-color css
<style>
span { border-color: #B4517D; }
span { border-color: rgb(180,81,125); }
td.TdClassName
{
border-color: #B4517D;
}
.TagClassName
{
border-color: #B4517D;
}
</style>