#BAB3A2

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

Shades of Tea #BAB3A2

Tints of Tea #BAB3A2

Color information

#BAB3A2 (or 0xBAB3A2) is unknown color: approx Tea. HEX triplet: BA, B3 and A2. RGB value is (186,179,162). Sum of RGB (Red+Green+Blue) = 186+179+162=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A2 is #454C5D. Grayscale: #B3B3B3. Windows color (decimal): -4541534 or 10662842. OLE color: 10662842.

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

Color convert

RGB186179162-
CMYK00.040.130.27
HSL42.5º14.81%68.24%-
HSV(B)42.5º12.9%72.94%-
XYZ42.8945.2940.66-
YUV179.15118.32132.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=35.29%
G=33.97%
B=30.74%

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
Decimal18617916200.040.130.2742.514.8168.24
HexBAB3A204D1B2bf44
Octal2722632420415335317104
Binary101110101011001110100010010011011101110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3A2; }

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

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

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

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

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

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

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

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