Html Css Color HEX #BAB3A1 Tea

📋 copy color: '#BAB3A1'

red 186 ◦ green 179 ◦ blue 161

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

Shades of Tea #BAB3A1

Tints of Tea #BAB3A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 35.36%
G = 34.03%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BAB3A1 (or 0xBAB3A1) is known color: Tea. HEX triplet: BA, B3 and A1. RGB value is (186,179,161). Sum of RGB (Red+Green+Blue) = 186+179+161=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A1 is #454C5E. Grayscale: #B3B3B3. Windows color (decimal): -4541535 or 10597306. OLE color: 10597306.

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

Color convert

RGB 186 179 161 -
CMYK 0 0.04 0.13 0.27
HSL 43.2º 0.15% 0.68% -
HSV(B) 43.2º 0.13% 0.73% -
XYZ 42.8 45.25 40.2 -
YUV 179.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 186 179 161 0 0.04 0.13 0.27 43.2 0.15 0.68
Hex BA B3 A1 0 4 D 1B 2B F 44
Octal 272 263 241 0 4 15 33 53 17 104
Binary 10111010 10110011 10100001 0 100 1101 11011 101011 1111 1000100

Color Harmonies of #BAB3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3A1

Black with #BAB3A1

Text Example


Text Example

White with #BAB3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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