#BAB3A1

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

Shades of Tea #BAB3A1

Tints of Tea #BAB3A1

Color information

#BAB3A1 (or 0xBAB3A1) is unknown color: approx Tea. HEX triplet: BA, B3 and A1. RGB value is (186,179,161). Sum of RGB (Red+Green+Blue) = 186+179+161=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A1 is #454C5E. Grayscale: #B3B3B3. Windows color (decimal): -4541535 or 10597306. OLE color: 10597306.

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

Color convert

RGB186179161-
CMYK00.040.130.27
HSL43.2º15.34%68.04%-
HSV(B)43.2º13.44%72.94%-
XYZ42.845.2540.2-
YUV179.04117.82132.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=35.36%
G=34.03%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617916100.040.130.2743.215.3468.04
HexBAB3A104D1B2bf44
Octal2722632410415335317104
Binary101110101011001110100001010011011101110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3A1; }

 p { color: rgb(186,179,161); }

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

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

 a { background-color: rgb(186,179,161); }

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

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

 span { border-color: rgb(186,179,161); }

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