#B2A29A

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

Shades of Martini #B2A29A

Tints of Martini #B2A29A

Color information

#B2A29A (or 0xB2A29A) is unknown color: approx Martini. HEX triplet: B2, A2 and 9A. RGB value is (178,162,154). Sum of RGB (Red+Green+Blue) = 178+162+154=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A29A is #4D5D65. Grayscale: #A5A5A5. Windows color (decimal): -5070182 or 10134194. OLE color: 10134194.

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

Color convert

RGB178162154-
CMYK00.090.130.30
HSL20º13.48%65.1%-
HSV(B)20º13.48%69.8%-
XYZ37.1137.6435.88-
YUV165.87121.3136.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=36.03%
G=32.79%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816215400.090.130.302013.4865.1
HexB2A29A09D1E14d41
Octal26224223201115362415101
Binary101100101010001010011010010011101111101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A29A; }

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

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

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

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

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

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

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

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