#B4A399

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

Shades of Martini #B4A399

Tints of Martini #B4A399

Color information

#B4A399 (or 0xB4A399) is unknown color: approx Martini. HEX triplet: B4, A3 and 99. RGB value is (180,163,153). Sum of RGB (Red+Green+Blue) = 180+163+153=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A399 is #4B5C66. Grayscale: #A7A7A7. Windows color (decimal): -4938855 or 10068916. OLE color: 10068916.

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

Color convert

RGB180163153-
CMYK00.090.150.29
HSL22.22º15.25%65.29%-
HSV(B)22.22º15%70.59%-
XYZ37.6738.235.52-
YUV166.94120.13137.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=36.29%
G=32.86%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016315300.090.150.2922.2215.2565.29
HexB4A39909F1D16f41
Octal26424323101117352617101
Binary101101001010001110011001010011111111011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A399; }

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

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

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

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

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

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

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

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