#BAB4A9

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

Shades of Tea #BAB4A9

Tints of Tea #BAB4A9

Color information

#BAB4A9 (or 0xBAB4A9) is unknown color: approx Tea. HEX triplet: BA, B4 and A9. RGB value is (186,180,169). Sum of RGB (Red+Green+Blue) = 186+180+169=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4A9 is #454B56. Grayscale: #B4B4B4. Windows color (decimal): -4541271 or 11121850. OLE color: 11121850.

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

Color convert

RGB186180169-
CMYK00.030.090.27
HSL38.82º10.97%69.61%-
HSV(B)38.82º9.14%72.94%-
XYZ43.7345.9544.1-
YUV180.54121.49131.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=34.77%
G=33.64%
B=31.59%

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
Decimal18618016900.030.090.2738.8210.9769.61
HexBAB4A90391B27b46
Octal2722642510311334713106
Binary10111010101101001010100101110011101110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4A9; }

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

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

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

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

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

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

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

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