#BAB3A4

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

Shades of Tea #BAB3A4

Tints of Tea #BAB3A4

Color information

#BAB3A4 (or 0xBAB3A4) is unknown color: approx Tea. HEX triplet: BA, B3 and A4. RGB value is (186,179,164). Sum of RGB (Red+Green+Blue) = 186+179+164=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A4 is #454C5B. Grayscale: #B3B3B3. Windows color (decimal): -4541532 or 10793914. OLE color: 10793914.

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

Color convert

RGB186179164-
CMYK00.040.120.27
HSL40.91º13.75%68.63%-
HSV(B)40.91º11.83%72.94%-
XYZ43.0745.3641.61-
YUV179.38119.32132.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=35.16%
G=33.84%
B=31.00%

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
Decimal18617916400.040.120.2740.9113.7568.63
HexBAB3A404C1B29e45
Octal2722632440414335116105
Binary101110101011001110100100010011001101110100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3A4; }

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

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

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

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

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

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

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

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