Html Css Color HEX #BAB999 Tana

📋 copy color: '#BAB999'

red 186 ◦ green 185 ◦ blue 153

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

Shades of Tana #BAB999

Tints of Tana #BAB999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.2%

R = 35.5%
G = 35.31%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAB999 (or 0xBAB999) is known color: Tana. HEX triplet: BA, B9 and 99. RGB value is (186,185,153). Sum of RGB (Red+Green+Blue) = 186+185+153=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB999 is #454666. Grayscale: #B5B5B5. Windows color (decimal): -4540007 or 10074554. OLE color: 10074554.

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

Color convert

RGB 186 185 153 -
CMYK 0 0.01 0.18 0.27
HSL 58.18º 0.19% 0.66% -
HSV(B) 58.18º 0.18% 0.73% -
XYZ 43.35 47.44 37.01 -
YUV 181.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 186 185 153 0 0.01 0.18 0.27 58.18 0.19 0.66
Hex BA B9 99 0 1 12 1B 3A 13 42
Octal 272 271 231 0 1 22 33 72 23 102
Binary 10111010 10111001 10011001 0 1 10010 11011 111010 10011 1000010

Color Harmonies of #BAB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB999

Black with #BAB999

Text Example


Text Example

White with #BAB999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB999; }

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

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

background-color css

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

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

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

border-color css

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

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

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