#B3ACA9

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

Shades of Martini #B3ACA9

Tints of Martini #B3ACA9

Color information

#B3ACA9 (or 0xB3ACA9) is unknown color: approx Martini. HEX triplet: B3, AC and A9. RGB value is (179,172,169). Sum of RGB (Red+Green+Blue) = 179+172+169=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACA9 is #4C5356. Grayscale: #ADADAD. Windows color (decimal): -5002071 or 11119795. OLE color: 11119795.

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

Color convert

RGB179172169-
CMYK00.040.060.30
HSL18º6.17%68.24%-
HSV(B)18º5.59%70.2%-
XYZ40.541.9543.5-
YUV173.75125.32131.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=34.42%
G=33.08%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917216900.040.060.30186.1768.24
HexB3ACA90461E12644
Octal26325425104636226104
Binary101100111010110010101001010011011110100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACA9; }

 p { color: rgb(179,172,169); }

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

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

 a { background-color: rgb(179,172,169); }

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

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

 span { border-color: rgb(179,172,169); }

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