#BAA29D

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

Shades of Martini #BAA29D

Tints of Martini #BAA29D

Color information

#BAA29D (or 0xBAA29D) is unknown color: approx Martini. HEX triplet: BA, A2 and 9D. RGB value is (186,162,157). Sum of RGB (Red+Green+Blue) = 186+162+157=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29D is #455D62. Grayscale: #A8A8A8. Windows color (decimal): -4545891 or 10330810. OLE color: 10330810.

HSL color Cylindrical-coordinate representation of color #BAA29D: hue angle of 10.34º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAA29D is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186162157-
CMYK00.130.160.27
HSL10.34º17.37%67.25%-
HSV(B)10.34º15.59%72.94%-
XYZ39.2638.7137.3-
YUV168.61121.45140.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=36.83%
G=32.08%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616215700.130.160.2710.3417.3767.25
HexBAA29D0D101Ba1143
Octal27224223501520331221103
Binary1011101010100010100111010110110000110111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA29D; }

 p { color: rgb(186,162,157); }

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

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

 a { background-color: rgb(186,162,157); }

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

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

 span { border-color: rgb(186,162,157); }

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