#B3A59F

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

Shades of Martini #B3A59F

Tints of Martini #B3A59F

Color information

#B3A59F (or 0xB3A59F) is unknown color: approx Martini. HEX triplet: B3, A5 and 9F. RGB value is (179,165,159). Sum of RGB (Red+Green+Blue) = 179+165+159=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A59F is #4C5A60. Grayscale: #A8A8A8. Windows color (decimal): -5003873 or 10462643. OLE color: 10462643.

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

Color convert

RGB179165159-
CMYK00.080.110.30
HSL18º11.63%66.27%-
HSV(B)18º11.17%70.2%-
XYZ38.33938.31-
YUV168.5122.64135.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=35.59%
G=32.80%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916515900.080.110.301811.6366.27
HexB3A59F08B1E12c42
Octal26324523701013362214102
Binary101100111010010110011111010001011111101001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A59F; }

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

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

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

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

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

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

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

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