Shades of London Hue #B18BA9
Tints of London Hue #B18BA9
RGB
CMYK
RGB Variations
Color information
#B18BA9 (or 0xB18BA9) is known color: London Hue. HEX triplet: B1, 8B and A9. RGB value is (177,139,169). Sum of RGB (Red+Green+Blue) = 177+139+169=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B18BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18BA9 is #4E7456. Grayscale: #999999. Windows color (decimal): -5141591 or 11111345. OLE color: 11111345.
HSL color Cylindrical-coordinate representation of color #B18BA9: hue angle of 312.63º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18BA9 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 169 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.31 |
| HSL | 312.63º | 0.2% | 0.62% | - |
| HSV(B) | 312.63º | 0.21% | 0.69% | - |
| XYZ | 34.53 | 30.68 | 41.64 | - |
| YUV | 153.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 169 | 0 | 0.21 | 0.05 | 0.31 | 312.63 | 0.2 | 0.62 |
| Hex | B1 | 8B | A9 | 0 | 15 | 5 | 1F | 139 | 14 | 3E |
| Octal | 261 | 213 | 251 | 0 | 25 | 5 | 37 | 471 | 24 | 76 |
| Binary | 10110001 | 10001011 | 10101001 | 0 | 10101 | 101 | 11111 | 100111001 | 10100 | 111110 |
Color Harmonies of #B18BA9
Complementary color
Monochromatic Colors of #B18BA9
Black with #B18BA9
Text Example
Text Example
White with #B18BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BA9; }
p { color: rgb(177,139,169); }
H1.HeaderClassName
{
color: #B18BA9;
}
.AnyTagClassName
{
color: #B18BA9;
}
</style>
background-color css
<style>
a { background-color: #B18BA9; }
a { background-color: rgb(177,139,169); }
div.DivClassName
{
background-color: #B18BA9;
}
.BgClassName
{
background-color: #B18BA9;
}
</style>
border-color css
<style>
span { border-color: #B18BA9; }
span { border-color: rgb(177,139,169); }
td.TdClassName
{
border-color: #B18BA9;
}
.TagClassName
{
border-color: #B18BA9;
}
</style>