#B2A29B

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

Shades of Martini #B2A29B

Tints of Martini #B2A29B

Color information

#B2A29B (or 0xB2A29B) is unknown color: approx Martini. HEX triplet: B2, A2 and 9B. RGB value is (178,162,155). Sum of RGB (Red+Green+Blue) = 178+162+155=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A29B is #4D5D64. Grayscale: #A6A6A6. Windows color (decimal): -5070181 or 10199730. OLE color: 10199730.

HSL color Cylindrical-coordinate representation of color #B2A29B: hue angle of 18.26º 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 #B2A29B is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178162155-
CMYK00.090.130.30
HSL18.26º12.99%65.29%-
HSV(B)18.26º12.92%69.8%-
XYZ37.237.6736.32-
YUV165.99121.8136.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=35.96%
G=32.73%
B=31.31%

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
Decimal17816215500.090.130.3018.2612.9965.29
HexB2A29B09D1E12d41
Octal26224223301115362215101
Binary101100101010001010011011010011101111101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A29B; }

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

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

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

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

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

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

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

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