#B5A59F

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

Shades of Martini #B5A59F

Tints of Martini #B5A59F

Color information

#B5A59F (or 0xB5A59F) is unknown color: approx Martini. HEX triplet: B5, A5 and 9F. RGB value is (181,165,159). Sum of RGB (Red+Green+Blue) = 181+165+159=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A59F is #4A5A60. Grayscale: #A9A9A9. Windows color (decimal): -4872801 or 10462645. OLE color: 10462645.

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

Color convert

RGB181165159-
CMYK00.090.120.29
HSL16.36º12.94%66.67%-
HSV(B)16.36º12.15%70.98%-
XYZ38.7739.2438.33-
YUV169.1122.3136.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=35.84%
G=32.67%
B=31.49%

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
Decimal18116515900.090.120.2916.3612.9466.67
HexB5A59F09C1D10d43
Octal26524523701114352015103
Binary101101011010010110011111010011100111011000011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A59F; }

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

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

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

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

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

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

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

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