Shades of London Hue #B58CAA
Tints of London Hue #B58CAA
RGB
CMYK
RGB Variations
Color information
#B58CAA (or 0xB58CAA) is known color: London Hue. HEX triplet: B5, 8C and AA. RGB value is (181,140,170). Sum of RGB (Red+Green+Blue) = 181+140+170=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CAA is #4A7355. Grayscale: #9B9B9B. Windows color (decimal): -4879190 or 11177141. OLE color: 11177141.
HSL color Cylindrical-coordinate representation of color #B58CAA: hue angle of 316.1º 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 #B58CAA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 170 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.29 |
| HSL | 316.1º | 0.22% | 0.63% | - |
| HSV(B) | 316.1º | 0.23% | 0.71% | - |
| XYZ | 35.69 | 31.48 | 42.23 | - |
| YUV | 155.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 170 | 0 | 0.23 | 0.06 | 0.29 | 316.1 | 0.22 | 0.63 |
| Hex | B5 | 8C | AA | 0 | 17 | 6 | 1D | 13C | 16 | 3F |
| Octal | 265 | 214 | 252 | 0 | 27 | 6 | 35 | 474 | 26 | 77 |
| Binary | 10110101 | 10001100 | 10101010 | 0 | 10111 | 110 | 11101 | 100111100 | 10110 | 111111 |
Color Harmonies of #B58CAA
Complementary color
Monochromatic Colors of #B58CAA
Black with #B58CAA
Text Example
Text Example
White with #B58CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58CAA; }
p { color: rgb(181,140,170); }
H1.HeaderClassName
{
color: #B58CAA;
}
.AnyTagClassName
{
color: #B58CAA;
}
</style>
background-color css
<style>
a { background-color: #B58CAA; }
a { background-color: rgb(181,140,170); }
div.DivClassName
{
background-color: #B58CAA;
}
.BgClassName
{
background-color: #B58CAA;
}
</style>
border-color css
<style>
span { border-color: #B58CAA; }
span { border-color: rgb(181,140,170); }
td.TdClassName
{
border-color: #B58CAA;
}
.TagClassName
{
border-color: #B58CAA;
}
</style>