Shades of London Hue #B58AAE
Tints of London Hue #B58AAE
RGB
CMYK
RGB Variations
Color information
#B58AAE (or 0xB58AAE) is known color: London Hue. HEX triplet: B5, 8A and AE. RGB value is (181,138,174). Sum of RGB (Red+Green+Blue) = 181+138+174=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B58AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58AAE is #4A7551. Grayscale: #9A9A9A. Windows color (decimal): -4879698 or 11438773. OLE color: 11438773.
HSL color Cylindrical-coordinate representation of color #B58AAE: hue angle of 309.77º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B58AAE is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 174 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.29 |
| HSL | 309.77º | 0.23% | 0.63% | - |
| HSV(B) | 309.77º | 0.24% | 0.71% | - |
| XYZ | 35.78 | 31.06 | 44.15 | - |
| YUV | 154.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 174 | 0 | 0.24 | 0.04 | 0.29 | 309.77 | 0.23 | 0.63 |
| Hex | B5 | 8A | AE | 0 | 18 | 4 | 1D | 136 | 17 | 3F |
| Octal | 265 | 212 | 256 | 0 | 30 | 4 | 35 | 466 | 27 | 77 |
| Binary | 10110101 | 10001010 | 10101110 | 0 | 11000 | 100 | 11101 | 100110110 | 10111 | 111111 |
Color Harmonies of #B58AAE
Complementary color
Monochromatic Colors of #B58AAE
Black with #B58AAE
Text Example
Text Example
White with #B58AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58AAE; }
p { color: rgb(181,138,174); }
H1.HeaderClassName
{
color: #B58AAE;
}
.AnyTagClassName
{
color: #B58AAE;
}
</style>
background-color css
<style>
a { background-color: #B58AAE; }
a { background-color: rgb(181,138,174); }
div.DivClassName
{
background-color: #B58AAE;
}
.BgClassName
{
background-color: #B58AAE;
}
</style>
border-color css
<style>
span { border-color: #B58AAE; }
span { border-color: rgb(181,138,174); }
td.TdClassName
{
border-color: #B58AAE;
}
.TagClassName
{
border-color: #B58AAE;
}
</style>