#B4A39A

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

Shades of Martini #B4A39A

Tints of Martini #B4A39A

Color information

#B4A39A (or 0xB4A39A) is unknown color: approx Martini. HEX triplet: B4, A3 and 9A. RGB value is (180,163,154). Sum of RGB (Red+Green+Blue) = 180+163+154=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A39A is #4B5C65. Grayscale: #A7A7A7. Windows color (decimal): -4938854 or 10134452. OLE color: 10134452.

HSL color Cylindrical-coordinate representation of color #B4A39A: hue angle of 20.77º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4A39A is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180163154-
CMYK00.090.140.29
HSL20.77º14.77%65.49%-
HSV(B)20.77º14.44%70.59%-
XYZ37.7538.2335.96-
YUV167.06120.63137.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=36.22%
G=32.80%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016315400.090.140.2920.7714.7765.49
HexB4A39A09E1D15f41
Octal26424323201116352517101
Binary101101001010001110011010010011110111011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A39A; }

 p { color: rgb(180,163,154); }

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

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

 a { background-color: rgb(180,163,154); }

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

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

 span { border-color: rgb(180,163,154); }

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