Html Css Color HEX #BAB3A7 Tea

📋 copy color: '#BAB3A7'

red 186 ◦ green 179 ◦ blue 167

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

Shades of Tea #BAB3A7

Tints of Tea #BAB3A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.39%

R = 34.96%
G = 33.65%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAB3A7 (or 0xBAB3A7) is known color: Tea. HEX triplet: BA, B3 and A7. RGB value is (186,179,167). Sum of RGB (Red+Green+Blue) = 186+179+167=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3A7 is #454C58. Grayscale: #B3B3B3. Windows color (decimal): -4541529 or 10990522. OLE color: 10990522.

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

Color convert

RGB 186 179 167 -
CMYK 0 0.04 0.10 0.27
HSL 37.89º 0.12% 0.69% -
HSV(B) 37.89º 0.1% 0.73% -
XYZ 43.34 45.47 43.05 -
YUV 179.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 186 179 167 0 0.04 0.10 0.27 37.89 0.12 0.69
Hex BA B3 A7 0 4 A 1B 26 C 45
Octal 272 263 247 0 4 12 33 46 14 105
Binary 10111010 10110011 10100111 0 100 1010 11011 100110 1100 1000101

Color Harmonies of #BAB3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3A7

Black with #BAB3A7

Text Example


Text Example

White with #BAB3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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