Html Css Color HEX #BAB799 Tana

📋 copy color: '#BAB799'

red 186 ◦ green 183 ◦ blue 153

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

Shades of Tana #BAB799

Tints of Tana #BAB799

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.06%

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

R = 35.63%
G = 35.06%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAB799 (or 0xBAB799) is known color: Tana. HEX triplet: BA, B7 and 99. RGB value is (186,183,153). Sum of RGB (Red+Green+Blue) = 186+183+153=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB799 is #454866. Grayscale: #B4B4B4. Windows color (decimal): -4540519 or 10074042. OLE color: 10074042.

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

Color convert

RGB 186 183 153 -
CMYK 0 0.02 0.18 0.27
HSL 54.55º 0.19% 0.66% -
HSV(B) 54.55º 0.18% 0.73% -
XYZ 42.93 46.61 36.87 -
YUV 180.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 186 183 153 0 0.02 0.18 0.27 54.55 0.19 0.66
Hex BA B7 99 0 2 12 1B 37 13 42
Octal 272 267 231 0 2 22 33 67 23 102
Binary 10111010 10110111 10011001 0 10 10010 11011 110111 10011 1000010

Color Harmonies of #BAB799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB799

Black with #BAB799

Text Example


Text Example

White with #BAB799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB799; }

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

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

background-color css

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

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

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

border-color css

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

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

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