Html Css Color HEX #BAB3A4 Tea

📋 copy color: '#BAB3A4'

red 186 ◦ green 179 ◦ blue 164

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

Shades of Tea #BAB3A4

Tints of Tea #BAB3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31%

R = 35.16%
G = 33.84%
B = 31%

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

#BAB3A4 (or 0xBAB3A4) is known color: Tea. HEX triplet: BA, B3 and A4. RGB value is (186,179,164). Sum of RGB (Red+Green+Blue) = 186+179+164=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A4 is #454C5B. Grayscale: #B3B3B3. Windows color (decimal): -4541532 or 10793914. OLE color: 10793914.

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

Color convert

RGB 186 179 164 -
CMYK 0 0.04 0.12 0.27
HSL 40.91º 0.14% 0.69% -
HSV(B) 40.91º 0.12% 0.73% -
XYZ 43.07 45.36 41.61 -
YUV 179.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 186 179 164 0 0.04 0.12 0.27 40.91 0.14 0.69
Hex BA B3 A4 0 4 C 1B 29 E 45
Octal 272 263 244 0 4 14 33 51 16 105
Binary 10111010 10110011 10100100 0 100 1100 11011 101001 1110 1000101

Color Harmonies of #BAB3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3A4

Black with #BAB3A4

Text Example


Text Example

White with #BAB3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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