Html Css Color HEX #BAB1A5 Tea

📋 copy color: '#BAB1A5'

red 186 ◦ green 177 ◦ blue 165

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

Shades of Tea #BAB1A5

Tints of Tea #BAB1A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 35.23%
G = 33.52%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BAB1A5 (or 0xBAB1A5) is known color: Tea. HEX triplet: BA, B1 and A5. RGB value is (186,177,165). Sum of RGB (Red+Green+Blue) = 186+177+165=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB1A5 is #454E5A. Grayscale: #B2B2B2. Windows color (decimal): -4542043 or 10858938. OLE color: 10858938.

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

Color convert

RGB 186 177 165 -
CMYK 0 0.05 0.11 0.27
HSL 34.29º 0.13% 0.69% -
HSV(B) 34.29º 0.11% 0.73% -
XYZ 42.76 44.6 41.95 -
YUV 178.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 186 177 165 0 0.05 0.11 0.27 34.29 0.13 0.69
Hex BA B1 A5 0 5 B 1B 22 D 45
Octal 272 261 245 0 5 13 33 42 15 105
Binary 10111010 10110001 10100101 0 101 1011 11011 100010 1101 1000101

Color Harmonies of #BAB1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1A5

Black with #BAB1A5

Text Example


Text Example

White with #BAB1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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