Shades of London Hue #B47EAE
Tints of London Hue #B47EAE
RGB
CMYK
RGB Variations
Color information
#B47EAE (or 0xB47EAE) is known color: London Hue. HEX triplet: B4, 7E and AE. RGB value is (180,126,174). Sum of RGB (Red+Green+Blue) = 180+126+174=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EAE is #4B8151. Grayscale: #939393. Windows color (decimal): -4948306 or 11435700. OLE color: 11435700.
HSL color Cylindrical-coordinate representation of color #B47EAE: hue angle of 306.67º 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 #B47EAE is Cyan = 0, Magento = 0.3, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 174 | - |
| CMYK | 0 | 0.3 | 0.03 | 0.29 |
| HSL | 306.67º | 0.26% | 0.6% | - |
| HSV(B) | 306.67º | 0.3% | 0.71% | - |
| XYZ | 33.92 | 27.68 | 43.6 | - |
| YUV | 147.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 174 | 0 | 0.3 | 0.03 | 0.29 | 306.67 | 0.26 | 0.6 |
| Hex | B4 | 7E | AE | 0 | 1E | 3 | 1D | 133 | 1A | 3C |
| Octal | 264 | 176 | 256 | 0 | 36 | 3 | 35 | 463 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10101110 | 0 | 11110 | 11 | 11101 | 100110011 | 11010 | 111100 |
Color Harmonies of #B47EAE
Complementary color
Monochromatic Colors of #B47EAE
Black with #B47EAE
Text Example
Text Example
White with #B47EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47EAE; }
p { color: rgb(180,126,174); }
H1.HeaderClassName
{
color: #B47EAE;
}
.AnyTagClassName
{
color: #B47EAE;
}
</style>
background-color css
<style>
a { background-color: #B47EAE; }
a { background-color: rgb(180,126,174); }
div.DivClassName
{
background-color: #B47EAE;
}
.BgClassName
{
background-color: #B47EAE;
}
</style>
border-color css
<style>
span { border-color: #B47EAE; }
span { border-color: rgb(180,126,174); }
td.TdClassName
{
border-color: #B47EAE;
}
.TagClassName
{
border-color: #B47EAE;
}
</style>