#B39F9B

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

Shades of Martini #B39F9B

Tints of Martini #B39F9B

Color information

#B39F9B (or 0xB39F9B) is unknown color: approx Martini. HEX triplet: B3, 9F and 9B. RGB value is (179,159,155). Sum of RGB (Red+Green+Blue) = 179+159+155=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F9B is #4C6064. Grayscale: #A4A4A4. Windows color (decimal): -5005413 or 10198963. OLE color: 10198963.

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

Color convert

RGB179159155-
CMYK00.110.130.30
HSL10º13.64%65.49%-
HSV(B)10º13.41%70.2%-
XYZ36.936.7536.16-
YUV164.52122.63138.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 155 (60.94% from 255) = 31.44%
R=36.31%
G=32.25%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915915500.110.130.301013.6465.49
HexB39F9B0BD1Eae41
Octal26323723301315361216101
Binary10110011100111111001101101011110111110101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F9B; }

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

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

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

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

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

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

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

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