#B0A39F

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

Shades of Martini #B0A39F

Tints of Martini #B0A39F

Color information

#B0A39F (or 0xB0A39F) is unknown color: approx Martini. HEX triplet: B0, A3 and 9F. RGB value is (176,163,159). Sum of RGB (Red+Green+Blue) = 176+163+159=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A39F is #4F5C60. Grayscale: #A6A6A6. Windows color (decimal): -5200993 or 10462128. OLE color: 10462128.

HSL color Cylindrical-coordinate representation of color #B0A39F: hue angle of 14.12º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A39F is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176163159-
CMYK00.070.100.31
HSL14.12º9.71%65.69%-
HSV(B)14.12º9.66%69.02%-
XYZ37.2637.9338.16-
YUV166.43123.81134.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=35.34%
G=32.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616315900.070.100.3114.129.7165.69
HexB0A39F07A1Fea42
Octal2602432370712371612102
Binary1011000010100011100111110111101011111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A39F; }

 p { color: rgb(176,163,159); }

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

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

 a { background-color: rgb(176,163,159); }

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

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

 span { border-color: rgb(176,163,159); }

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