Html Css Color HEX #BAB59F Tana

📋 copy color: '#BAB59F'

red 186 ◦ green 181 ◦ blue 159

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

Shades of Tana #BAB59F

Tints of Tana #BAB59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.23%

R = 35.36%
G = 34.41%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BAB59F (or 0xBAB59F) is known color: Tana. HEX triplet: BA, B5 and 9F. RGB value is (186,181,159). Sum of RGB (Red+Green+Blue) = 186+181+159=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB59F is #454A60. Grayscale: #B4B4B4. Windows color (decimal): -4541025 or 10466746. OLE color: 10466746.

HSL color Cylindrical-coordinate representation of color #BAB59F: hue angle of 48.89º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB59F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 159 -
CMYK 0 0.03 0.15 0.27
HSL 48.89º 0.16% 0.68% -
HSV(B) 48.89º 0.15% 0.73% -
XYZ 43.03 45.99 39.41 -
YUV 179.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 186 181 159 0 0.03 0.15 0.27 48.89 0.16 0.68
Hex BA B5 9F 0 3 F 1B 31 10 44
Octal 272 265 237 0 3 17 33 61 20 104
Binary 10111010 10110101 10011111 0 11 1111 11011 110001 10000 1000100

Color Harmonies of #BAB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB59F

Black with #BAB59F

Text Example


Text Example

White with #BAB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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