#BAB4AA

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

Shades of Tea #BAB4AA

Tints of Tea #BAB4AA

Color information

#BAB4AA (or 0xBAB4AA) is unknown color: approx Tea. HEX triplet: BA, B4 and AA. RGB value is (186,180,170). Sum of RGB (Red+Green+Blue) = 186+180+170=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4AA is #454B55. Grayscale: #B4B4B4. Windows color (decimal): -4541270 or 11187386. OLE color: 11187386.

HSL color Cylindrical-coordinate representation of color #BAB4AA: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB4AA is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186180170-
CMYK00.030.090.27
HSL37.5º10.39%69.8%-
HSV(B)37.5º8.6%72.94%-
XYZ43.8345.9844.6-
YUV180.65121.99131.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=34.70%
G=33.58%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618017000.030.090.2737.510.3969.8
HexBAB4AA0391B26a46
Octal2722642520311334612106
Binary10111010101101001010101001110011101110011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4AA; }

 p { color: rgb(186,180,170); }

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

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

 a { background-color: rgb(186,180,170); }

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

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

 span { border-color: rgb(186,180,170); }

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