#B4A09A

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

Shades of Martini #B4A09A

Tints of Martini #B4A09A

Color information

#B4A09A (or 0xB4A09A) is unknown color: approx Martini. HEX triplet: B4, A0 and 9A. RGB value is (180,160,154). Sum of RGB (Red+Green+Blue) = 180+160+154=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A09A is #4B5F65. Grayscale: #A5A5A5. Windows color (decimal): -4939622 or 10133684. OLE color: 10133684.

HSL color Cylindrical-coordinate representation of color #B4A09A: hue angle of 13.85º 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 #B4A09A is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180160154-
CMYK00.110.140.29
HSL13.85º14.77%65.49%-
HSV(B)13.85º14.44%70.59%-
XYZ37.2337.1835.79-
YUV165.3121.63138.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=36.44%
G=32.39%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016015400.110.140.2913.8514.7765.49
HexB4A09A0BE1Def41
Octal26424023201316351617101
Binary10110100101000001001101001011111011101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A09A; }

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

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

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

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

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

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

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

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