#BAB0A0

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

Shades of Tea #BAB0A0

Tints of Tea #BAB0A0

Color information

#BAB0A0 (or 0xBAB0A0) is unknown color: approx Tea. HEX triplet: BA, B0 and A0. RGB value is (186,176,160). Sum of RGB (Red+Green+Blue) = 186+176+160=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0A0 is #454F5F. Grayscale: #B1B1B1. Windows color (decimal): -4542304 or 10531002. OLE color: 10531002.

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

Color convert

RGB186176160-
CMYK00.050.140.27
HSL36.92º15.85%67.84%-
HSV(B)36.92º13.98%72.94%-
XYZ42.1244.0339.54-
YUV177.17118.31134.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=35.63%
G=33.72%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617616000.050.140.2736.9215.8567.84
HexBAB0A005E1B251044
Octal2722602400516334520104
Binary1011101010110000101000000101111011011100101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0A0; }

 p { color: rgb(186,176,160); }

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

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

 a { background-color: rgb(186,176,160); }

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

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

 span { border-color: rgb(186,176,160); }

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