#B4A9A3

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

Shades of Martini #B4A9A3

Tints of Martini #B4A9A3

Color information

#B4A9A3 (or 0xB4A9A3) is unknown color: approx Martini. HEX triplet: B4, A9 and A3. RGB value is (180,169,163). Sum of RGB (Red+Green+Blue) = 180+169+163=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A9A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A9A3 is #4B565C. Grayscale: #ABABAB. Windows color (decimal): -4937309 or 10725812. OLE color: 10725812.

HSL color Cylindrical-coordinate representation of color #B4A9A3: hue angle of 21.18º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A9A3 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180169163-
CMYK00.060.090.29
HSL21.18º10.18%67.25%-
HSV(B)21.18º9.44%70.59%-
XYZ39.6240.7240.42-
YUV171.6123.14133.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=35.16%
G=33.01%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016916300.060.090.2921.1810.1867.25
HexB4A9A30691D15a43
Octal2642512430611352512103
Binary10110100101010011010001101101001111011010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9A3; }

 p { color: rgb(180,169,163); }

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

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

 a { background-color: rgb(180,169,163); }

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

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

 span { border-color: rgb(180,169,163); }

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