Shades of London Hue #B4A0AF
Tints of London Hue #B4A0AF
RGB
CMYK
RGB Variations
Color information
#B4A0AF (or 0xB4A0AF) is known color: London Hue. HEX triplet: B4, A0 and AF. RGB value is (180,160,175). Sum of RGB (Red+Green+Blue) = 180+160+175=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A0AF is #4B5F50. Grayscale: #A7A7A7. Windows color (decimal): -4939601 or 11509940. OLE color: 11509940.
HSL color Cylindrical-coordinate representation of color #B4A0AF: hue angle of 315º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4A0AF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 160 | 175 | - |
CMYK | 0 | 0.11 | 0.03 | 0.29 |
HSL | 315º | 0.12% | 0.67% | - |
HSV(B) | 315º | 0.11% | 0.71% | - |
XYZ | 39.13 | 37.94 | 45.82 | - |
YUV | 167.69 | 132.13 | 136.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 160 | 175 | 0 | 0.11 | 0.03 | 0.29 | 315 | 0.12 | 0.67 |
Hex | B4 | A0 | AF | 0 | B | 3 | 1D | 13B | C | 43 |
Octal | 264 | 240 | 257 | 0 | 13 | 3 | 35 | 473 | 14 | 103 |
Binary | 10110100 | 10100000 | 10101111 | 0 | 1011 | 11 | 11101 | 100111011 | 1100 | 1000011 |
Color Harmonies of #B4A0AF
Complementary color
Monochromatic Colors of #B4A0AF
Black with #B4A0AF
Text Example
Text Example
White with #B4A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A0AF; }
p { color: rgb(180,160,175); }
H1.HeaderClassName
{
color: #B4A0AF;
}
.AnyTagClassName
{
color: #B4A0AF;
}
</style>
background-color css
<style>
a { background-color: #B4A0AF; }
a { background-color: rgb(180,160,175); }
div.DivClassName
{
background-color: #B4A0AF;
}
.BgClassName
{
background-color: #B4A0AF;
}
</style>
border-color css
<style>
span { border-color: #B4A0AF; }
span { border-color: rgb(180,160,175); }
td.TdClassName
{
border-color: #B4A0AF;
}
.TagClassName
{
border-color: #B4A0AF;
}
</style>