#B9A49B

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

Shades of Martini #B9A49B

Tints of Martini #B9A49B

Color information

#B9A49B (or 0xB9A49B) is unknown color: approx Martini. HEX triplet: B9, A4 and 9B. RGB value is (185,164,155). Sum of RGB (Red+Green+Blue) = 185+164+155=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A49B is #465B64. Grayscale: #A9A9A9. Windows color (decimal): -4610917 or 10200249. OLE color: 10200249.

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

Color convert

RGB185164155-
CMYK00.110.160.27
HSL18º17.65%66.67%-
HSV(B)18º16.22%72.55%-
XYZ39.239.2336.52-
YUV169.25119.96139.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.71%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=36.71%
G=32.54%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516415500.110.160.271817.6566.67
HexB9A49B0B101B121243
Octal27124423301320332222103
Binary10111001101001001001101101011100001101110010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A49B; }

 p { color: rgb(185,164,155); }

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

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

 a { background-color: rgb(185,164,155); }

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

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

 span { border-color: rgb(185,164,155); }

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