#B1A1AD

Color #B1A1AD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B1A1AD

Tints of London Hue #B1A1AD

Color information

#B1A1AD (or 0xB1A1AD) is unknown color: approx London Hue. HEX triplet: B1, A1 and AD. RGB value is (177,161,173). Sum of RGB (Red+Green+Blue) = 177+161+173=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A1AD is #4E5E52. Grayscale: #A7A7A7. Windows color (decimal): -5135955 or 11379121. OLE color: 11379121.

HSL color Cylindrical-coordinate representation of color #B1A1AD: hue angle of 315º 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 #B1A1AD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB177161173-
CMYK00.090.020.31
HSL315º9.3%66.27%-
HSV(B)315º9.04%69.41%-
XYZ38.4237.8544.82-
YUV167.15131.3135.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=34.64%
G=31.51%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716117300.090.020.313159.366.27
HexB1A1AD0921F13b942
Octal26124125501123747311102
Binary10110001101000011010110101001101111110011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A1AD; }

 p { color: rgb(177,161,173); }

 H1.HeaderClassName
 {
   color: #B1A1AD;
 }
 .AnyTagClassName
 {
   color: #B1A1AD;
 }
</style>
background-color css

<style>
 a { background-color: #B1A1AD; }

 a { background-color: rgb(177,161,173); }

 div.DivClassName
 {
   background-color: #B1A1AD;
 }
 .BgClassName
 {
   background-color: #B1A1AD;
 }
</style>
border-color css

<style>
 span { border-color: #B1A1AD; }

 span { border-color: rgb(177,161,173); }

 td.TdClassName
 {
   border-color: #B1A1AD;
 }
 .TagClassName
 {
   border-color: #B1A1AD;
 }
</style>