#B4A49E

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

Shades of Martini #B4A49E

Tints of Martini #B4A49E

Color information

#B4A49E (or 0xB4A49E) is unknown color: approx Martini. HEX triplet: B4, A4 and 9E. RGB value is (180,164,158). Sum of RGB (Red+Green+Blue) = 180+164+158=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A49E is #4B5B61. Grayscale: #A8A8A8. Windows color (decimal): -4938594 or 10396852. OLE color: 10396852.

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

Color convert

RGB180164158-
CMYK00.090.120.29
HSL16.36º12.79%66.27%-
HSV(B)16.36º12.22%70.59%-
XYZ38.2738.7237.8-
YUV168.1122.3136.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=35.86%
G=32.67%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016415800.090.120.2916.3612.7966.27
HexB4A49E09C1D10d42
Octal26424423601114352015102
Binary101101001010010010011110010011100111011000011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A49E; }

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

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

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

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

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

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

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

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