#B9A79E

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

Shades of Martini #B9A79E

Tints of Martini #B9A79E

Color information

#B9A79E (or 0xB9A79E) is unknown color: approx Martini. HEX triplet: B9, A7 and 9E. RGB value is (185,167,158). Sum of RGB (Red+Green+Blue) = 185+167+158=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A79E is #465861. Grayscale: #ABABAB. Windows color (decimal): -4610146 or 10397625. OLE color: 10397625.

HSL color Cylindrical-coordinate representation of color #B9A79E: hue angle of 20º 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 #B9A79E is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185167158-
CMYK00.100.150.27
HSL20º16.17%67.25%-
HSV(B)20º14.59%72.55%-
XYZ4040.4238.04-
YUV171.36120.46137.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=36.27%
G=32.75%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516715800.100.150.272016.1767.25
HexB9A79E0AF1B141043
Octal27124723601217332420103
Binary1011100110100111100111100101011111101110100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A79E; }

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

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

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

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

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

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

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

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