#B0A09A

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

Shades of Martini #B0A09A

Tints of Martini #B0A09A

Color information

#B0A09A (or 0xB0A09A) is unknown color: approx Martini. HEX triplet: B0, A0 and 9A. RGB value is (176,160,154). Sum of RGB (Red+Green+Blue) = 176+160+154=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A09A is #4F5F65. Grayscale: #A4A4A4. Windows color (decimal): -5201766 or 10133680. OLE color: 10133680.

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

Color convert

RGB176160154-
CMYK00.090.120.31
HSL16.36º12.22%64.71%-
HSV(B)16.36º12.5%69.02%-
XYZ36.3136.735.74-
YUV164.1122.3136.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 154 (60.55% from 255) = 31.43%
R=35.92%
G=32.65%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616015400.090.120.3116.3612.2264.71
HexB0A09A09C1F10c41
Octal26024023201114372014101
Binary101100001010000010011010010011100111111000011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A09A; }

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

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

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

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

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

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

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

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