#B9A59E

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

Shades of Martini #B9A59E

Tints of Martini #B9A59E

Color information

#B9A59E (or 0xB9A59E) is unknown color: approx Martini. HEX triplet: B9, A5 and 9E. RGB value is (185,165,158). Sum of RGB (Red+Green+Blue) = 185+165+158=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A59E is #465A61. Grayscale: #AAAAAA. Windows color (decimal): -4610658 or 10397113. OLE color: 10397113.

HSL color Cylindrical-coordinate representation of color #B9A59E: hue angle of 15.56º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9A59E is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185165158-
CMYK00.110.150.27
HSL15.56º16.17%67.25%-
HSV(B)15.56º14.59%72.55%-
XYZ39.6339.6937.92-
YUV170.18121.13138.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 165 (64.84% from 255) = 32.48%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=36.42%
G=32.48%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516515800.110.150.2715.5616.1767.25
HexB9A59E0BF1B101043
Octal27124523601317332020103
Binary1011100110100101100111100101111111101110000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A59E; }

 p { color: rgb(185,165,158); }

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

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

 a { background-color: rgb(185,165,158); }

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

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

 span { border-color: rgb(185,165,158); }

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