Html Css Color HEX #BAB3A3 Tea

📋 copy color: '#BAB3A3'

red 186 ◦ green 179 ◦ blue 163

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

Shades of Tea #BAB3A3

Tints of Tea #BAB3A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.87%

R = 35.23%
G = 33.9%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BAB3A3 (or 0xBAB3A3) is known color: Tea. HEX triplet: BA, B3 and A3. RGB value is (186,179,163). Sum of RGB (Red+Green+Blue) = 186+179+163=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A3 is #454C5C. Grayscale: #B3B3B3. Windows color (decimal): -4541533 or 10728378. OLE color: 10728378.

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

Color convert

RGB 186 179 163 -
CMYK 0 0.04 0.12 0.27
HSL 41.74º 0.14% 0.68% -
HSV(B) 41.74º 0.12% 0.73% -
XYZ 42.98 45.32 41.13 -
YUV 179.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 186 179 163 0 0.04 0.12 0.27 41.74 0.14 0.68
Hex BA B3 A3 0 4 C 1B 2A E 44
Octal 272 263 243 0 4 14 33 52 16 104
Binary 10111010 10110011 10100011 0 100 1100 11011 101010 1110 1000100

Color Harmonies of #BAB3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3A3

Black with #BAB3A3

Text Example


Text Example

White with #BAB3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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