#BAB4AB

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

Shades of Tea #BAB4AB

Tints of Tea #BAB4AB

Color information

#BAB4AB (or 0xBAB4AB) is unknown color: approx Tea. HEX triplet: BA, B4 and AB. RGB value is (186,180,171). Sum of RGB (Red+Green+Blue) = 186+180+171=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4AB is #454B54. Grayscale: #B4B4B4. Windows color (decimal): -4541269 or 11252922. OLE color: 11252922.

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

Color convert

RGB186180171-
CMYK00.030.080.27
HSL36º9.8%70%-
HSV(B)36º8.06%72.94%-
XYZ43.9246.0245.1-
YUV180.77122.49131.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=34.64%
G=33.52%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618017100.030.080.27369.870
HexBAB4AB0381B24a46
Octal2722642530310334412106
Binary10111010101101001010101101110001101110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4AB; }

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

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

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

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

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

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

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

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