Shades of London Hue #B1A1AF
Tints of London Hue #B1A1AF
RGB
CMYK
RGB Variations
Color information
#B1A1AF (or 0xB1A1AF) is known color: London Hue. HEX triplet: B1, A1 and AF. RGB value is (177,161,175). Sum of RGB (Red+Green+Blue) = 177+161+175=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1AF is #4E5E50. Grayscale: #A7A7A7. Windows color (decimal): -5135953 or 11510193. OLE color: 11510193.
HSL color Cylindrical-coordinate representation of color #B1A1AF: hue angle of 307.5º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1A1AF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 175 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.31 |
| HSL | 307.5º | 0.09% | 0.66% | - |
| HSV(B) | 307.5º | 0.09% | 0.69% | - |
| XYZ | 38.61 | 37.93 | 45.84 | - |
| YUV | 167.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 175 | 0 | 0.09 | 0.01 | 0.31 | 307.5 | 0.09 | 0.66 |
| Hex | B1 | A1 | AF | 0 | 9 | 1 | 1F | 134 | 9 | 42 |
| Octal | 261 | 241 | 257 | 0 | 11 | 1 | 37 | 464 | 11 | 102 |
| Binary | 10110001 | 10100001 | 10101111 | 0 | 1001 | 1 | 11111 | 100110100 | 1001 | 1000010 |
Color Harmonies of #B1A1AF
Complementary color
Monochromatic Colors of #B1A1AF
Black with #B1A1AF
Text Example
Text Example
White with #B1A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A1AF; }
p { color: rgb(177,161,175); }
H1.HeaderClassName
{
color: #B1A1AF;
}
.AnyTagClassName
{
color: #B1A1AF;
}
</style>
background-color css
<style>
a { background-color: #B1A1AF; }
a { background-color: rgb(177,161,175); }
div.DivClassName
{
background-color: #B1A1AF;
}
.BgClassName
{
background-color: #B1A1AF;
}
</style>
border-color css
<style>
span { border-color: #B1A1AF; }
span { border-color: rgb(177,161,175); }
td.TdClassName
{
border-color: #B1A1AF;
}
.TagClassName
{
border-color: #B1A1AF;
}
</style>