#B4A39B

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

Shades of Martini #B4A39B

Tints of Martini #B4A39B

Color information

#B4A39B (or 0xB4A39B) is unknown color: approx Martini. HEX triplet: B4, A3 and 9B. RGB value is (180,163,155). Sum of RGB (Red+Green+Blue) = 180+163+155=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A39B is #4B5C64. Grayscale: #A7A7A7. Windows color (decimal): -4938853 or 10199988. OLE color: 10199988.

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

Color convert

RGB180163155-
CMYK00.090.140.29
HSL19.2º14.29%65.69%-
HSV(B)19.2º13.89%70.59%-
XYZ37.8438.2636.4-
YUV167.17121.13137.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=36.14%
G=32.73%
B=31.12%

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
Decimal18016315500.090.140.2919.214.2965.69
HexB4A39B09E1D13e42
Octal26424323301116352316102
Binary101101001010001110011011010011110111011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A39B; }

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

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

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

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

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

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

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

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