#BAB1A3

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

Shades of Tea #BAB1A3

Tints of Tea #BAB1A3

Color information

#BAB1A3 (or 0xBAB1A3) is unknown color: approx Tea. HEX triplet: BA, B1 and A3. RGB value is (186,177,163). Sum of RGB (Red+Green+Blue) = 186+177+163=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1A3 is #454E5C. Grayscale: #B2B2B2. Windows color (decimal): -4542045 or 10727866. OLE color: 10727866.

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

Color convert

RGB186177163-
CMYK00.050.120.27
HSL36.52º14.29%68.43%-
HSV(B)36.52º12.37%72.94%-
XYZ42.5844.5341-
YUV178.1119.48133.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 163 (64.06% from 255) = 30.99%
R=35.36%
G=33.65%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617716300.050.120.2736.5214.2968.43
HexBAB1A305C1B25e44
Octal2722612430514334516104
Binary101110101011000110100011010111001101110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1A3; }

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

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

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

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

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

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

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

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