Shades of London Hue #B58CAE
Tints of London Hue #B58CAE
RGB
CMYK
RGB Variations
Color information
#B58CAE (or 0xB58CAE) is known color: London Hue. HEX triplet: B5, 8C and AE. RGB value is (181,140,174). Sum of RGB (Red+Green+Blue) = 181+140+174=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CAE is #4A7351. Grayscale: #9C9C9C. Windows color (decimal): -4879186 or 11439285. OLE color: 11439285.
HSL color Cylindrical-coordinate representation of color #B58CAE: hue angle of 310.24º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58CAE is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 174 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.29 |
| HSL | 310.24º | 0.22% | 0.63% | - |
| HSV(B) | 310.24º | 0.23% | 0.71% | - |
| XYZ | 36.07 | 31.64 | 44.25 | - |
| YUV | 156.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 174 | 0 | 0.23 | 0.04 | 0.29 | 310.24 | 0.22 | 0.63 |
| Hex | B5 | 8C | AE | 0 | 17 | 4 | 1D | 136 | 16 | 3F |
| Octal | 265 | 214 | 256 | 0 | 27 | 4 | 35 | 466 | 26 | 77 |
| Binary | 10110101 | 10001100 | 10101110 | 0 | 10111 | 100 | 11101 | 100110110 | 10110 | 111111 |
Color Harmonies of #B58CAE
Complementary color
Monochromatic Colors of #B58CAE
Black with #B58CAE
Text Example
Text Example
White with #B58CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CAE; }
p { color: rgb(181,140,174); }
H1.HeaderClassName
{
color: #B58CAE;
}
.AnyTagClassName
{
color: #B58CAE;
}
</style>
background-color css
<style>
a { background-color: #B58CAE; }
a { background-color: rgb(181,140,174); }
div.DivClassName
{
background-color: #B58CAE;
}
.BgClassName
{
background-color: #B58CAE;
}
</style>
border-color css
<style>
span { border-color: #B58CAE; }
span { border-color: rgb(181,140,174); }
td.TdClassName
{
border-color: #B58CAE;
}
.TagClassName
{
border-color: #B58CAE;
}
</style>