Shades of London Hue #B3A0AF
Tints of London Hue #B3A0AF
RGB
CMYK
RGB Variations
Color information
#B3A0AF (or 0xB3A0AF) is known color: London Hue. HEX triplet: B3, A0 and AF. RGB value is (179,160,175). Sum of RGB (Red+Green+Blue) = 179+160+175=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A0AF is #4C5F50. Grayscale: #A7A7A7. Windows color (decimal): -5005137 or 11509939. OLE color: 11509939.
HSL color Cylindrical-coordinate representation of color #B3A0AF: hue angle of 312.63º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3A0AF is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 175 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.30 |
| HSL | 312.63º | 0.11% | 0.66% | - |
| HSV(B) | 312.63º | 0.11% | 0.7% | - |
| XYZ | 38.9 | 37.82 | 45.81 | - |
| YUV | 167.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 175 | 0 | 0.11 | 0.02 | 0.30 | 312.63 | 0.11 | 0.66 |
| Hex | B3 | A0 | AF | 0 | B | 2 | 1E | 139 | B | 42 |
| Octal | 263 | 240 | 257 | 0 | 13 | 2 | 36 | 471 | 13 | 102 |
| Binary | 10110011 | 10100000 | 10101111 | 0 | 1011 | 10 | 11110 | 100111001 | 1011 | 1000010 |
Color Harmonies of #B3A0AF
Complementary color
Monochromatic Colors of #B3A0AF
Black with #B3A0AF
Text Example
Text Example
White with #B3A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A0AF; }
p { color: rgb(179,160,175); }
H1.HeaderClassName
{
color: #B3A0AF;
}
.AnyTagClassName
{
color: #B3A0AF;
}
</style>
background-color css
<style>
a { background-color: #B3A0AF; }
a { background-color: rgb(179,160,175); }
div.DivClassName
{
background-color: #B3A0AF;
}
.BgClassName
{
background-color: #B3A0AF;
}
</style>
border-color css
<style>
span { border-color: #B3A0AF; }
span { border-color: rgb(179,160,175); }
td.TdClassName
{
border-color: #B3A0AF;
}
.TagClassName
{
border-color: #B3A0AF;
}
</style>