#B5A39D

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

Shades of Martini #B5A39D

Tints of Martini #B5A39D

Color information

#B5A39D (or 0xB5A39D) is unknown color: approx Martini. HEX triplet: B5, A3 and 9D. RGB value is (181,163,157). Sum of RGB (Red+Green+Blue) = 181+163+157=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A39D is #4A5C62. Grayscale: #A7A7A7. Windows color (decimal): -4873315 or 10331061. OLE color: 10331061.

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

Color convert

RGB181163157-
CMYK00.100.130.29
HSL15º13.95%66.27%-
HSV(B)15º13.26%70.98%-
XYZ38.2438.4537.3-
YUV167.7121.96137.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=36.13%
G=32.53%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116315700.100.130.291513.9566.27
HexB5A39D0AD1Dfe42
Octal26524323501215351716102
Binary10110101101000111001110101010110111101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A39D; }

 p { color: rgb(181,163,157); }

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

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

 a { background-color: rgb(181,163,157); }

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

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

 span { border-color: rgb(181,163,157); }

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