Html Css Color HEX #BAB5A7 Tea

📋 copy color: '#BAB5A7'

red 186 ◦ green 181 ◦ blue 167

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

Shades of Tea #BAB5A7

Tints of Tea #BAB5A7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.9%

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

R = 34.83%
G = 33.9%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAB5A7 (or 0xBAB5A7) is known color: Tea. HEX triplet: BA, B5 and A7. RGB value is (186,181,167). Sum of RGB (Red+Green+Blue) = 186+181+167=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5A7 is #454A58. Grayscale: #B4B4B4. Windows color (decimal): -4541017 or 10991034. OLE color: 10991034.

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

Color convert

RGB 186 181 167 -
CMYK 0 0.03 0.10 0.27
HSL 44.21º 0.12% 0.69% -
HSV(B) 44.21º 0.1% 0.73% -
XYZ 43.75 46.28 43.19 -
YUV 180.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 186 181 167 0 0.03 0.10 0.27 44.21 0.12 0.69
Hex BA B5 A7 0 3 A 1B 2C C 45
Octal 272 265 247 0 3 12 33 54 14 105
Binary 10111010 10110101 10100111 0 11 1010 11011 101100 1100 1000101

Color Harmonies of #BAB5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5A7

Black with #BAB5A7

Text Example


Text Example

White with #BAB5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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