#B1ACAA

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

Shades of Martini #B1ACAA

Tints of Martini #B1ACAA

Color information

#B1ACAA (or 0xB1ACAA) is unknown color: approx Martini. HEX triplet: B1, AC and AA. RGB value is (177,172,170). Sum of RGB (Red+Green+Blue) = 177+172+170=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ACAA is #4E5355. Grayscale: #ADADAD. Windows color (decimal): -5133142 or 11185329. OLE color: 11185329.

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

Color convert

RGB177172170-
CMYK00.030.040.31
HSL17.14º4.29%68.04%-
HSV(B)17.14º3.95%69.41%-
XYZ40.1441.7543.97-
YUV173.27126.16130.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=34.10%
G=33.14%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717217000.030.040.3117.144.2968.04
HexB1ACAA0341F11444
Octal26125425203437214104
Binary10110001101011001010101001110011111100011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACAA; }

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

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

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

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

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

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

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

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