Html Css Color HEX #BAB4A7 Tea

📋 copy color: '#BAB4A7'

red 186 ◦ green 180 ◦ blue 167

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

Shades of Tea #BAB4A7

Tints of Tea #BAB4A7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.77%

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

R = 34.9%
G = 33.77%
B = 31.33%

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

#BAB4A7 (or 0xBAB4A7) is known color: Tea. HEX triplet: BA, B4 and A7. RGB value is (186,180,167). Sum of RGB (Red+Green+Blue) = 186+180+167=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4A7 is #454B58. Grayscale: #B4B4B4. Windows color (decimal): -4541273 or 10990778. OLE color: 10990778.

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

Color convert

RGB 186 180 167 -
CMYK 0 0.03 0.10 0.27
HSL 41.05º 0.12% 0.69% -
HSV(B) 41.05º 0.1% 0.73% -
XYZ 43.55 45.87 43.12 -
YUV 180.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 186 180 167 0 0.03 0.10 0.27 41.05 0.12 0.69
Hex BA B4 A7 0 3 A 1B 29 C 45
Octal 272 264 247 0 3 12 33 51 14 105
Binary 10111010 10110100 10100111 0 11 1010 11011 101001 1100 1000101

Color Harmonies of #BAB4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4A7

Black with #BAB4A7

Text Example


Text Example

White with #BAB4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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