#BAB3A6

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

Shades of Tea #BAB3A6

Tints of Tea #BAB3A6

Color information

#BAB3A6 (or 0xBAB3A6) is unknown color: approx Tea. HEX triplet: BA, B3 and A6. RGB value is (186,179,166). Sum of RGB (Red+Green+Blue) = 186+179+166=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A6 is #454C59. Grayscale: #B3B3B3. Windows color (decimal): -4541530 or 10924986. OLE color: 10924986.

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

Color convert

RGB186179166-
CMYK00.040.110.27
HSL39º12.66%69.02%-
HSV(B)39º10.75%72.94%-
XYZ43.2545.4342.57-
YUV179.61120.32132.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=35.03%
G=33.71%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617916600.040.110.273912.6669.02
HexBAB3A604B1B27d45
Octal2722632460413334715105
Binary101110101011001110100110010010111101110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3A6; }

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

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

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

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

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

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

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

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