#B9A59A

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

Shades of Martini #B9A59A

Tints of Martini #B9A59A

Color information

#B9A59A (or 0xB9A59A) is unknown color: approx Martini. HEX triplet: B9, A5 and 9A. RGB value is (185,165,154). Sum of RGB (Red+Green+Blue) = 185+165+154=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A59A is #465A65. Grayscale: #A9A9A9. Windows color (decimal): -4610662 or 10134969. OLE color: 10134969.

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

Color convert

RGB185165154-
CMYK00.110.170.27
HSL21.29º18.13%66.47%-
HSV(B)21.29º16.76%72.55%-
XYZ39.339.5636.14-
YUV169.73119.13138.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=36.71%
G=32.74%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516515400.110.170.2721.2918.1366.47
HexB9A59A0B111B151242
Octal27124523201321332522102
Binary10111001101001011001101001011100011101110101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A59A; }

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

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

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

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

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

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

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

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