#B0A29A

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

Shades of Martini #B0A29A

Tints of Martini #B0A29A

Color information

#B0A29A (or 0xB0A29A) is unknown color: approx Martini. HEX triplet: B0, A2 and 9A. RGB value is (176,162,154). Sum of RGB (Red+Green+Blue) = 176+162+154=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A29A is #4F5D65. Grayscale: #A5A5A5. Windows color (decimal): -5201254 or 10134192. OLE color: 10134192.

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

Color convert

RGB176162154-
CMYK00.080.120.31
HSL21.82º12.22%64.71%-
HSV(B)21.82º12.5%69.02%-
XYZ36.6637.435.86-
YUV165.27121.64135.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=35.77%
G=32.93%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616215400.080.120.3121.8212.2264.71
HexB0A29A08C1F16c41
Octal26024223201014372614101
Binary101100001010001010011010010001100111111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A29A; }

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

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

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

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

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

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

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

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