#BAB3A3

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

Shades of Tea #BAB3A3

Tints of Tea #BAB3A3

Color information

#BAB3A3 (or 0xBAB3A3) is unknown color: approx Tea. HEX triplet: BA, B3 and A3. RGB value is (186,179,163). Sum of RGB (Red+Green+Blue) = 186+179+163=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A3 is #454C5C. Grayscale: #B3B3B3. Windows color (decimal): -4541533 or 10728378. OLE color: 10728378.

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

Color convert

RGB186179163-
CMYK00.040.120.27
HSL41.74º14.29%68.43%-
HSV(B)41.74º12.37%72.94%-
XYZ42.9845.3241.13-
YUV179.27118.82132.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=35.23%
G=33.90%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617916300.040.120.2741.7414.2968.43
HexBAB3A304C1B2ae44
Octal2722632430414335216104
Binary101110101011001110100011010011001101110101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3A3; }

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

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

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

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

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

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

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

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