Html Css Color HEX #BAB1A4 Tea

📋 copy color: '#BAB1A4'

red 186 ◦ green 177 ◦ blue 164

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

Shades of Tea #BAB1A4

Tints of Tea #BAB1A4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

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

R = 35.29%
G = 33.59%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BAB1A4 (or 0xBAB1A4) is known color: Tea. HEX triplet: BA, B1 and A4. RGB value is (186,177,164). Sum of RGB (Red+Green+Blue) = 186+177+164=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1A4 is #454E5B. Grayscale: #B2B2B2. Windows color (decimal): -4542044 or 10793402. OLE color: 10793402.

HSL color Cylindrical-coordinate representation of color #BAB1A4: hue angle of 35.45º 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 #BAB1A4 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 164 -
CMYK 0 0.05 0.12 0.27
HSL 35.45º 0.14% 0.69% -
HSV(B) 35.45º 0.12% 0.73% -
XYZ 42.67 44.56 41.47 -
YUV 178.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 186 177 164 0 0.05 0.12 0.27 35.45 0.14 0.69
Hex BA B1 A4 0 5 C 1B 23 E 45
Octal 272 261 244 0 5 14 33 43 16 105
Binary 10111010 10110001 10100100 0 101 1100 11011 100011 1110 1000101

Color Harmonies of #BAB1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1A4

Black with #BAB1A4

Text Example


Text Example

White with #BAB1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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