Shades of London Hue #B58EAA
Tints of London Hue #B58EAA
RGB
CMYK
RGB Variations
Color information
#B58EAA (or 0xB58EAA) is known color: London Hue. HEX triplet: B5, 8E and AA. RGB value is (181,142,170). Sum of RGB (Red+Green+Blue) = 181+142+170=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EAA is #4A7155. Grayscale: #9C9C9C. Windows color (decimal): -4878678 or 11177653. OLE color: 11177653.
HSL color Cylindrical-coordinate representation of color #B58EAA: hue angle of 316.92º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58EAA is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 170 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.29 |
| HSL | 316.92º | 0.21% | 0.63% | - |
| HSV(B) | 316.92º | 0.22% | 0.71% | - |
| XYZ | 35.98 | 32.07 | 42.32 | - |
| YUV | 156.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 170 | 0 | 0.22 | 0.06 | 0.29 | 316.92 | 0.21 | 0.63 |
| Hex | B5 | 8E | AA | 0 | 16 | 6 | 1D | 13D | 15 | 3F |
| Octal | 265 | 216 | 252 | 0 | 26 | 6 | 35 | 475 | 25 | 77 |
| Binary | 10110101 | 10001110 | 10101010 | 0 | 10110 | 110 | 11101 | 100111101 | 10101 | 111111 |
Color Harmonies of #B58EAA
Complementary color
Monochromatic Colors of #B58EAA
Black with #B58EAA
Text Example
Text Example
White with #B58EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58EAA; }
p { color: rgb(181,142,170); }
H1.HeaderClassName
{
color: #B58EAA;
}
.AnyTagClassName
{
color: #B58EAA;
}
</style>
background-color css
<style>
a { background-color: #B58EAA; }
a { background-color: rgb(181,142,170); }
div.DivClassName
{
background-color: #B58EAA;
}
.BgClassName
{
background-color: #B58EAA;
}
</style>
border-color css
<style>
span { border-color: #B58EAA; }
span { border-color: rgb(181,142,170); }
td.TdClassName
{
border-color: #B58EAA;
}
.TagClassName
{
border-color: #B58EAA;
}
</style>