Shades of London Hue #B47EAB
Tints of London Hue #B47EAB
RGB
CMYK
RGB Variations
Color information
#B47EAB (or 0xB47EAB) is known color: London Hue. HEX triplet: B4, 7E and AB. RGB value is (180,126,171). Sum of RGB (Red+Green+Blue) = 180+126+171=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EAB is #4B8154. Grayscale: #939393. Windows color (decimal): -4948309 or 11239092. OLE color: 11239092.
HSL color Cylindrical-coordinate representation of color #B47EAB: hue angle of 310º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47EAB is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 171 | - |
| CMYK | 0 | 0.3 | 0.05 | 0.29 |
| HSL | 310º | 0.26% | 0.6% | - |
| HSV(B) | 310º | 0.3% | 0.71% | - |
| XYZ | 33.63 | 27.57 | 42.08 | - |
| YUV | 147.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 171 | 0 | 0.3 | 0.05 | 0.29 | 310 | 0.26 | 0.6 |
| Hex | B4 | 7E | AB | 0 | 1E | 5 | 1D | 136 | 1A | 3C |
| Octal | 264 | 176 | 253 | 0 | 36 | 5 | 35 | 466 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10101011 | 0 | 11110 | 101 | 11101 | 100110110 | 11010 | 111100 |
Color Harmonies of #B47EAB
Complementary color
Monochromatic Colors of #B47EAB
Black with #B47EAB
Text Example
Text Example
White with #B47EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EAB; }
p { color: rgb(180,126,171); }
H1.HeaderClassName
{
color: #B47EAB;
}
.AnyTagClassName
{
color: #B47EAB;
}
</style>
background-color css
<style>
a { background-color: #B47EAB; }
a { background-color: rgb(180,126,171); }
div.DivClassName
{
background-color: #B47EAB;
}
.BgClassName
{
background-color: #B47EAB;
}
</style>
border-color css
<style>
span { border-color: #B47EAB; }
span { border-color: rgb(180,126,171); }
td.TdClassName
{
border-color: #B47EAB;
}
.TagClassName
{
border-color: #B47EAB;
}
</style>