Html Css Color HEX #BAB99A Tana

📋 copy color: '#BAB99A'

red 186 ◦ green 185 ◦ blue 154

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

Shades of Tana #BAB99A

Tints of Tana #BAB99A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 154 (60.55% from 255) = 29.33%

R = 35.43%
G = 35.24%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BAB99A (or 0xBAB99A) is known color: Tana. HEX triplet: BA, B9 and 9A. RGB value is (186,185,154). Sum of RGB (Red+Green+Blue) = 186+185+154=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB99A is #454665. Grayscale: #B5B5B5. Windows color (decimal): -4540006 or 10140090. OLE color: 10140090.

HSL color Cylindrical-coordinate representation of color #BAB99A: hue angle of 58.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB99A is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 154 -
CMYK 0 0.01 0.17 0.27
HSL 58.13º 0.19% 0.67% -
HSV(B) 58.13º 0.17% 0.73% -
XYZ 43.43 47.47 37.45 -
YUV 181.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 186 185 154 0 0.01 0.17 0.27 58.13 0.19 0.67
Hex BA B9 9A 0 1 11 1B 3A 13 43
Octal 272 271 232 0 1 21 33 72 23 103
Binary 10111010 10111001 10011010 0 1 10001 11011 111010 10011 1000011

Color Harmonies of #BAB99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB99A

Black with #BAB99A

Text Example


Text Example

White with #BAB99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB99A; }

 p { color: rgb(186,185,154); }

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

background-color css

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

 a { background-color: rgb(186,185,154); }

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

border-color css

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

 span { border-color: rgb(186,185,154); }

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