#B4A09D

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

Shades of Martini #B4A09D

Tints of Martini #B4A09D

Color information

#B4A09D (or 0xB4A09D) is unknown color: approx Martini. HEX triplet: B4, A0 and 9D. RGB value is (180,160,157). Sum of RGB (Red+Green+Blue) = 180+160+157=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A09D is #4B5F62. Grayscale: #A5A5A5. Windows color (decimal): -4939619 or 10330292. OLE color: 10330292.

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

Color convert

RGB180160157-
CMYK00.110.130.29
HSL7.83º13.29%66.08%-
HSV(B)7.83º12.78%70.59%-
XYZ37.4837.2837.12-
YUV165.64123.13138.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=36.22%
G=32.19%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016015700.110.130.297.8313.2966.08
HexB4A09D0BD1D8d42
Octal26424023501315351015102
Binary10110100101000001001110101011110111101100011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A09D; }

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

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

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

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

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

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

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

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