Shades of Royal Heath #B4486D
Tints of Royal Heath #B4486D
RGB
CMYK
RGB Variations
Color information
#B4486D (or 0xB4486D) is known color: Royal Heath. HEX triplet: B4, 48 and 6D. RGB value is (180,72,109). Sum of RGB (Red+Green+Blue) = 180+72+109=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4486D is #4BB792. Grayscale: #6C6C6C. Windows color (decimal): -4962195 or 7162036. OLE color: 7162036.
HSL color Cylindrical-coordinate representation of color #B4486D: hue angle of 339.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 #B4486D is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 109 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.29 |
| HSL | 339.44º | 0.43% | 0.49% | - |
| HSV(B) | 339.44º | 0.6% | 0.71% | - |
| XYZ | 23.9 | 15.44 | 16.19 | - |
| YUV | 108.51 | 128.28 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 109 | 0 | 0.60 | 0.39 | 0.29 | 339.44 | 0.43 | 0.49 |
| Hex | B4 | 48 | 6D | 0 | 3C | 27 | 1D | 153 | 2B | 31 |
| Octal | 264 | 110 | 155 | 0 | 74 | 47 | 35 | 523 | 53 | 61 |
| Binary | 10110100 | 1001000 | 1101101 | 0 | 111100 | 100111 | 11101 | 101010011 | 101011 | 110001 |
Color Harmonies of #B4486D
Complementary color
Monochromatic Colors of #B4486D
Black with #B4486D
Text Example
Text Example
White with #B4486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4486D; }
p { color: rgb(180,72,109); }
H1.HeaderClassName
{
color: #B4486D;
}
.AnyTagClassName
{
color: #B4486D;
}
</style>
background-color css
<style>
a { background-color: #B4486D; }
a { background-color: rgb(180,72,109); }
div.DivClassName
{
background-color: #B4486D;
}
.BgClassName
{
background-color: #B4486D;
}
</style>
border-color css
<style>
span { border-color: #B4486D; }
span { border-color: rgb(180,72,109); }
td.TdClassName
{
border-color: #B4486D;
}
.TagClassName
{
border-color: #B4486D;
}
</style>