#BAA29C

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

Shades of Martini #BAA29C

Tints of Martini #BAA29C

Color information

#BAA29C (or 0xBAA29C) is unknown color: approx Martini. HEX triplet: BA, A2 and 9C. RGB value is (186,162,156). Sum of RGB (Red+Green+Blue) = 186+162+156=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA29C is #455D63. Grayscale: #A8A8A8. Windows color (decimal): -4545892 or 10265274. OLE color: 10265274.

HSL color Cylindrical-coordinate representation of color #BAA29C: hue angle of 12º degrees, saturation: 0.18, 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 #BAA29C is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186162156-
CMYK00.130.160.27
HSL12º17.86%67.06%-
HSV(B)12º16.13%72.94%-
XYZ39.1738.6836.85-
YUV168.49120.95140.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=36.90%
G=32.14%
B=30.95%

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
Decimal18616215600.130.160.271217.8667.06
HexBAA29C0D101Bc1243
Octal27224223401520331422103
Binary1011101010100010100111000110110000110111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA29C; }

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

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

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

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

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

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

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

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