#BAB2A5

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

Shades of Tea #BAB2A5

Tints of Tea #BAB2A5

Color information

#BAB2A5 (or 0xBAB2A5) is unknown color: approx Tea. HEX triplet: BA, B2 and A5. RGB value is (186,178,165). Sum of RGB (Red+Green+Blue) = 186+178+165=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2A5 is #454D5A. Grayscale: #B2B2B2. Windows color (decimal): -4541787 or 10859194. OLE color: 10859194.

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

Color convert

RGB186178165-
CMYK00.040.110.27
HSL37.14º13.21%68.82%-
HSV(B)37.14º11.29%72.94%-
XYZ42.964542.02-
YUV178.91120.15133.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=35.16%
G=33.65%
B=31.19%

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
Decimal18617816500.040.110.2737.1413.2168.82
HexBAB2A504B1B25d45
Octal2722622450413334515105
Binary101110101011001010100101010010111101110010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2A5; }

 p { color: rgb(186,178,165); }

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

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

 a { background-color: rgb(186,178,165); }

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

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

 span { border-color: rgb(186,178,165); }

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