#B3A39A

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

Shades of Martini #B3A39A

Tints of Martini #B3A39A

Color information

#B3A39A (or 0xB3A39A) is unknown color: approx Martini. HEX triplet: B3, A3 and 9A. RGB value is (179,163,154). Sum of RGB (Red+Green+Blue) = 179+163+154=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A39A is #4C5C65. Grayscale: #A6A6A6. Windows color (decimal): -5004390 or 10134451. OLE color: 10134451.

HSL color Cylindrical-coordinate representation of color #B3A39A: hue angle of 21.6º 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 #B3A39A is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179163154-
CMYK00.090.140.30
HSL21.6º14.12%65.29%-
HSV(B)21.6º13.97%70.2%-
XYZ37.5238.1135.95-
YUV166.76120.8136.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 154 (60.55% from 255) = 31.05%
R=36.09%
G=32.86%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916315400.090.140.3021.614.1265.29
HexB3A39A09E1E16e41
Octal26324323201116362616101
Binary101100111010001110011010010011110111101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A39A; }

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

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

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

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

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

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

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

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