Html Css Color HEX #B1A0AC London Hue

📋 copy color: '#B1A0AC'

red 177 ◦ green 160 ◦ blue 172

#B1A0AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B1A0AC

Tints of London Hue #B1A0AC

RGB

 RED value IS 177 (69.53% from 255) = 34.77%

 GREEN value IS 160 (62.89% from 255) = 31.43%

 BLUE value IS 172 (67.58% from 255) = 33.79%

R = 34.77%
G = 31.43%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B1A0AC (or 0xB1A0AC) is known color: London Hue. HEX triplet: B1, A0 and AC. RGB value is (177,160,172). Sum of RGB (Red+Green+Blue) = 177+160+172=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A0AC is #4E5F53. Grayscale: #A6A6A6. Windows color (decimal): -5136212 or 11313329. OLE color: 11313329.

HSL color Cylindrical-coordinate representation of color #B1A0AC: hue angle of 317.65º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A0AC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 172 -
CMYK 0 0.10 0.03 0.31
HSL 317.65º 0.1% 0.66% -
HSV(B) 317.65º 0.1% 0.69% -
XYZ 38.15 37.47 44.25 -
YUV 166.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 177 160 172 0 0.10 0.03 0.31 317.65 0.1 0.66
Hex B1 A0 AC 0 A 3 1F 13E A 42
Octal 261 240 254 0 12 3 37 476 12 102
Binary 10110001 10100000 10101100 0 1010 11 11111 100111110 1010 1000010

Color Harmonies of #B1A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A0AC

Black with #B1A0AC

Text Example


Text Example

White with #B1A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A0AC; }

 p { color: rgb(177,160,172); }

 H1.HeaderClassName
 {
   color: #B1A0AC;
 }
 .AnyTagClassName
 {
   color: #B1A0AC;
 }
</style>

background-color css

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

 a { background-color: rgb(177,160,172); }

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

border-color css

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

 span { border-color: rgb(177,160,172); }

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