Html Css Color HEX #BAB3A0 Tea

📋 copy color: '#BAB3A0'

red 186 ◦ green 179 ◦ blue 160

#BAB3A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea #BAB3A0

Tints of Tea #BAB3A0

RGB

 RED value IS 186 (73.05% from 255) = 35.43%

 GREEN value IS 179 (70.31% from 255) = 34.1%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 35.43%
G = 34.1%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BAB3A0 (or 0xBAB3A0) is known color: Tea. HEX triplet: BA, B3 and A0. RGB value is (186,179,160). Sum of RGB (Red+Green+Blue) = 186+179+160=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A0 is #454C5F. Grayscale: #B3B3B3. Windows color (decimal): -4541536 or 10531770. OLE color: 10531770.

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

Color convert

RGB 186 179 160 -
CMYK 0 0.04 0.14 0.27
HSL 43.85º 0.16% 0.68% -
HSV(B) 43.85º 0.14% 0.73% -
XYZ 42.71 45.22 39.73 -
YUV 178.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 186 179 160 0 0.04 0.14 0.27 43.85 0.16 0.68
Hex BA B3 A0 0 4 E 1B 2C 10 44
Octal 272 263 240 0 4 16 33 54 20 104
Binary 10111010 10110011 10100000 0 100 1110 11011 101100 10000 1000100

Color Harmonies of #BAB3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3A0

Black with #BAB3A0

Text Example


Text Example

White with #BAB3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3A0; }

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

 H1.HeaderClassName
 {
   color: #BAB3A0;
 }
 .AnyTagClassName
 {
   color: #BAB3A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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