Shades of Royal Heath #B4487F
Tints of Royal Heath #B4487F
RGB
CMYK
RGB Variations
Color information
#B4487F (or 0xB4487F) is known color: Royal Heath. HEX triplet: B4, 48 and 7F. RGB value is (180,72,127). Sum of RGB (Red+Green+Blue) = 180+72+127=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4487F is #4BB780. Grayscale: #6E6E6E. Windows color (decimal): -4962177 or 8341684. OLE color: 8341684.
HSL color Cylindrical-coordinate representation of color #B4487F: hue angle of 329.44º 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 #B4487F is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 127 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.29 |
| HSL | 329.44º | 0.43% | 0.49% | - |
| HSV(B) | 329.44º | 0.6% | 0.71% | - |
| XYZ | 24.97 | 15.87 | 21.83 | - |
| YUV | 110.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 127 | 0 | 0.60 | 0.29 | 0.29 | 329.44 | 0.43 | 0.49 |
| Hex | B4 | 48 | 7F | 0 | 3C | 1D | 1D | 149 | 2B | 31 |
| Octal | 264 | 110 | 177 | 0 | 74 | 35 | 35 | 511 | 53 | 61 |
| Binary | 10110100 | 1001000 | 1111111 | 0 | 111100 | 11101 | 11101 | 101001001 | 101011 | 110001 |
Color Harmonies of #B4487F
Complementary color
Monochromatic Colors of #B4487F
Black with #B4487F
Text Example
Text Example
White with #B4487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4487F; }
p { color: rgb(180,72,127); }
H1.HeaderClassName
{
color: #B4487F;
}
.AnyTagClassName
{
color: #B4487F;
}
</style>
background-color css
<style>
a { background-color: #B4487F; }
a { background-color: rgb(180,72,127); }
div.DivClassName
{
background-color: #B4487F;
}
.BgClassName
{
background-color: #B4487F;
}
</style>
border-color css
<style>
span { border-color: #B4487F; }
span { border-color: rgb(180,72,127); }
td.TdClassName
{
border-color: #B4487F;
}
.TagClassName
{
border-color: #B4487F;
}
</style>