Shades of Royal Heath #B4487A
Tints of Royal Heath #B4487A
RGB
CMYK
RGB Variations
Color information
#B4487A (or 0xB4487A) is known color: Royal Heath. HEX triplet: B4, 48 and 7A. RGB value is (180,72,122). Sum of RGB (Red+Green+Blue) = 180+72+122=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4487A is #4BB785. Grayscale: #6D6D6D. Windows color (decimal): -4962182 or 8014004. OLE color: 8014004.
HSL color Cylindrical-coordinate representation of color #B4487A: hue angle of 332.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4487A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 122 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.29 |
| HSL | 332.22º | 0.43% | 0.49% | - |
| HSV(B) | 332.22º | 0.6% | 0.71% | - |
| XYZ | 24.65 | 15.74 | 20.15 | - |
| YUV | 109.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 122 | 0 | 0.60 | 0.32 | 0.29 | 332.22 | 0.43 | 0.49 |
| Hex | B4 | 48 | 7A | 0 | 3C | 20 | 1D | 14C | 2B | 31 |
| Octal | 264 | 110 | 172 | 0 | 74 | 40 | 35 | 514 | 53 | 61 |
| Binary | 10110100 | 1001000 | 1111010 | 0 | 111100 | 100000 | 11101 | 101001100 | 101011 | 110001 |
Color Harmonies of #B4487A
Complementary color
Monochromatic Colors of #B4487A
Black with #B4487A
Text Example
Text Example
White with #B4487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4487A; }
p { color: rgb(180,72,122); }
H1.HeaderClassName
{
color: #B4487A;
}
.AnyTagClassName
{
color: #B4487A;
}
</style>
background-color css
<style>
a { background-color: #B4487A; }
a { background-color: rgb(180,72,122); }
div.DivClassName
{
background-color: #B4487A;
}
.BgClassName
{
background-color: #B4487A;
}
</style>
border-color css
<style>
span { border-color: #B4487A; }
span { border-color: rgb(180,72,122); }
td.TdClassName
{
border-color: #B4487A;
}
.TagClassName
{
border-color: #B4487A;
}
</style>