#B4A59D

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

Shades of Martini #B4A59D

Tints of Martini #B4A59D

Color information

#B4A59D (or 0xB4A59D) is unknown color: approx Martini. HEX triplet: B4, A5 and 9D. RGB value is (180,165,157). Sum of RGB (Red+Green+Blue) = 180+165+157=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A59D is #4B5A62. Grayscale: #A8A8A8. Windows color (decimal): -4938339 or 10331572. OLE color: 10331572.

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

Color convert

RGB180165157-
CMYK00.080.130.29
HSL20.87º13.29%66.08%-
HSV(B)20.87º12.78%70.59%-
XYZ38.3639.0537.41-
YUV168.57121.47136.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=35.86%
G=32.87%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016515700.080.130.2920.8713.2966.08
HexB4A59D08D1D15d42
Octal26424523501015352515102
Binary101101001010010110011101010001101111011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A59D; }

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

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

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

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

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

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

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

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