#B1AAA8

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

Shades of Martini #B1AAA8

Tints of Martini #B1AAA8

Color information

#B1AAA8 (or 0xB1AAA8) is unknown color: approx Martini. HEX triplet: B1, AA and A8. RGB value is (177,170,168). Sum of RGB (Red+Green+Blue) = 177+170+168=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAA8 is #4E5557. Grayscale: #ABABAB. Windows color (decimal): -5133656 or 11053745. OLE color: 11053745.

HSL color Cylindrical-coordinate representation of color #B1AAA8: hue angle of 13.33º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1AAA8 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB177170168-
CMYK00.040.050.31
HSL13.33º5.45%67.65%-
HSV(B)13.33º5.08%69.41%-
XYZ39.5740.9242.86-
YUV171.86125.82131.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 170 (66.80% from 255) = 33.01%
BLUE value IS 168 (66.02% from 255) = 32.62%
R=34.37%
G=33.01%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717016800.040.050.3113.335.4567.65
HexB1AAA80451Fd544
Octal26125225004537155104
Binary10110001101010101010100001001011111111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAA8; }

 p { color: rgb(177,170,168); }

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

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

 a { background-color: rgb(177,170,168); }

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

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

 span { border-color: rgb(177,170,168); }

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