#B39F9A

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

Shades of Martini #B39F9A

Tints of Martini #B39F9A

Color information

#B39F9A (or 0xB39F9A) is unknown color: approx Martini. HEX triplet: B3, 9F and 9A. RGB value is (179,159,154). Sum of RGB (Red+Green+Blue) = 179+159+154=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F9A is #4C6065. Grayscale: #A4A4A4. Windows color (decimal): -5005414 or 10133427. OLE color: 10133427.

HSL color Cylindrical-coordinate representation of color #B39F9A: hue angle of 12º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B39F9A is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179159154-
CMYK00.110.140.30
HSL12º14.12%65.29%-
HSV(B)12º13.97%70.2%-
XYZ36.8236.7135.72-
YUV164.41122.13138.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=36.38%
G=32.32%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915915400.110.140.301214.1265.29
HexB39F9A0BE1Ece41
Octal26323723201316361416101
Binary10110011100111111001101001011111011110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F9A; }

 p { color: rgb(179,159,154); }

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

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

 a { background-color: rgb(179,159,154); }

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

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

 span { border-color: rgb(179,159,154); }

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