#B4A49D

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

Shades of Martini #B4A49D

Tints of Martini #B4A49D

Color information

#B4A49D (or 0xB4A49D) is unknown color: approx Martini. HEX triplet: B4, A4 and 9D. RGB value is (180,164,157). Sum of RGB (Red+Green+Blue) = 180+164+157=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A49D is #4B5B62. Grayscale: #A8A8A8. Windows color (decimal): -4938595 or 10331316. OLE color: 10331316.

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

Color convert

RGB180164157-
CMYK00.090.130.29
HSL18.26º13.29%66.08%-
HSV(B)18.26º12.78%70.59%-
XYZ38.1838.6937.35-
YUV167.99121.8136.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=35.93%
G=32.73%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016415700.090.130.2918.2613.2966.08
HexB4A49D09D1D12d42
Octal26424423501115352215102
Binary101101001010010010011101010011101111011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A49D; }

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

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

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

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

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

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

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

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