#B1A49C

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

Shades of Martini #B1A49C

Tints of Martini #B1A49C

Color information

#B1A49C (or 0xB1A49C) is unknown color: approx Martini. HEX triplet: B1, A4 and 9C. RGB value is (177,164,156). Sum of RGB (Red+Green+Blue) = 177+164+156=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A49C is #4E5B63. Grayscale: #A7A7A7. Windows color (decimal): -5135204 or 10265777. OLE color: 10265777.

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

Color convert

RGB177164156-
CMYK00.070.120.31
HSL22.86º11.86%65.29%-
HSV(B)22.86º11.86%69.41%-
XYZ37.4138.336.87-
YUV166.98121.81135.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=35.61%
G=33.00%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716415600.070.120.3122.8611.8665.29
HexB1A49C07C1F17c41
Octal2612442340714372714101
Binary10110001101001001001110001111100111111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A49C; }

 p { color: rgb(177,164,156); }

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

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

 a { background-color: rgb(177,164,156); }

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

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

 span { border-color: rgb(177,164,156); }

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