#B0A29C

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

Shades of Martini #B0A29C

Tints of Martini #B0A29C

Color information

#B0A29C (or 0xB0A29C) is unknown color: approx Martini. HEX triplet: B0, A2 and 9C. RGB value is (176,162,156). Sum of RGB (Red+Green+Blue) = 176+162+156=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A29C is #4F5D63. Grayscale: #A5A5A5. Windows color (decimal): -5201252 or 10265264. OLE color: 10265264.

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

Color convert

RGB176162156-
CMYK00.080.110.31
HSL18º11.24%65.1%-
HSV(B)18º11.36%69.02%-
XYZ36.8337.4736.74-
YUV165.5122.64135.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=35.63%
G=32.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616215600.080.110.311811.2465.1
HexB0A29C08B1F12b41
Octal26024223401013372213101
Binary101100001010001010011100010001011111111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A29C; }

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

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

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

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

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

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

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

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