Shades of London Hue #B18DAA
Tints of London Hue #B18DAA
RGB
CMYK
RGB Variations
Color information
#B18DAA (or 0xB18DAA) is known color: London Hue. HEX triplet: B1, 8D and AA. RGB value is (177,141,170). Sum of RGB (Red+Green+Blue) = 177+141+170=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B18DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18DAA is #4E7255. Grayscale: #9A9A9A. Windows color (decimal): -5141078 or 11177393. OLE color: 11177393.
HSL color Cylindrical-coordinate representation of color #B18DAA: hue angle of 311.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B18DAA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 170 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.31 |
| HSL | 311.67º | 0.19% | 0.62% | - |
| HSV(B) | 311.67º | 0.2% | 0.69% | - |
| XYZ | 34.91 | 31.3 | 42.23 | - |
| YUV | 155.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 170 | 0 | 0.20 | 0.04 | 0.31 | 311.67 | 0.19 | 0.62 |
| Hex | B1 | 8D | AA | 0 | 14 | 4 | 1F | 138 | 13 | 3E |
| Octal | 261 | 215 | 252 | 0 | 24 | 4 | 37 | 470 | 23 | 76 |
| Binary | 10110001 | 10001101 | 10101010 | 0 | 10100 | 100 | 11111 | 100111000 | 10011 | 111110 |
Color Harmonies of #B18DAA
Complementary color
Monochromatic Colors of #B18DAA
Black with #B18DAA
Text Example
Text Example
White with #B18DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18DAA; }
p { color: rgb(177,141,170); }
H1.HeaderClassName
{
color: #B18DAA;
}
.AnyTagClassName
{
color: #B18DAA;
}
</style>
background-color css
<style>
a { background-color: #B18DAA; }
a { background-color: rgb(177,141,170); }
div.DivClassName
{
background-color: #B18DAA;
}
.BgClassName
{
background-color: #B18DAA;
}
</style>
border-color css
<style>
span { border-color: #B18DAA; }
span { border-color: rgb(177,141,170); }
td.TdClassName
{
border-color: #B18DAA;
}
.TagClassName
{
border-color: #B18DAA;
}
</style>