#B5A39F

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

Shades of Martini #B5A39F

Tints of Martini #B5A39F

Color information

#B5A39F (or 0xB5A39F) is unknown color: approx Martini. HEX triplet: B5, A3 and 9F. RGB value is (181,163,159). Sum of RGB (Red+Green+Blue) = 181+163+159=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A39F is #4A5C60. Grayscale: #A7A7A7. Windows color (decimal): -4873313 or 10462133. OLE color: 10462133.

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

Color convert

RGB181163159-
CMYK00.100.120.29
HSL10.91º12.94%66.67%-
HSV(B)10.91º12.15%70.98%-
XYZ38.4138.5238.21-
YUV167.93122.96137.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=35.98%
G=32.41%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116315900.100.120.2910.9112.9466.67
HexB5A39F0AC1Dbd43
Octal26524323701214351315103
Binary10110101101000111001111101010110011101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A39F; }

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

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

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

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

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

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

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

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