#B1A29A

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

Shades of Martini #B1A29A

Tints of Martini #B1A29A

Color information

#B1A29A (or 0xB1A29A) is unknown color: approx Martini. HEX triplet: B1, A2 and 9A. RGB value is (177,162,154). Sum of RGB (Red+Green+Blue) = 177+162+154=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A29A is #4E5D65. Grayscale: #A5A5A5. Windows color (decimal): -5135718 or 10134193. OLE color: 10134193.

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

Color convert

RGB177162154-
CMYK00.080.130.31
HSL20.87º12.85%64.9%-
HSV(B)20.87º12.99%69.41%-
XYZ36.8837.5235.87-
YUV165.57121.47136.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=35.90%
G=32.86%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716215400.080.130.3120.8712.8564.9
HexB1A29A08D1F15d41
Octal26124223201015372515101
Binary101100011010001010011010010001101111111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A29A; }

 p { color: rgb(177,162,154); }

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

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

 a { background-color: rgb(177,162,154); }

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

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

 span { border-color: rgb(177,162,154); }

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