#B2A29C

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

Shades of Martini #B2A29C

Tints of Martini #B2A29C

Color information

#B2A29C (or 0xB2A29C) is unknown color: approx Martini. HEX triplet: B2, A2 and 9C. RGB value is (178,162,156). Sum of RGB (Red+Green+Blue) = 178+162+156=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A29C is #4D5D63. Grayscale: #A6A6A6. Windows color (decimal): -5070180 or 10265266. OLE color: 10265266.

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

Color convert

RGB178162156-
CMYK00.090.120.30
HSL16.36º12.5%65.49%-
HSV(B)16.36º12.36%69.8%-
XYZ37.2837.7136.77-
YUV166.1122.3136.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=35.89%
G=32.66%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816215600.090.120.3016.3612.565.49
HexB2A29C09C1E10d41
Octal26224223401114362015101
Binary101100101010001010011100010011100111101000011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A29C; }

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

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

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

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

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

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

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

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