Html Css Color HEX #BAB5A0 Tana

📋 copy color: '#BAB5A0'

red 186 ◦ green 181 ◦ blue 160

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

Shades of Tana #BAB5A0

Tints of Tana #BAB5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.36%

R = 35.29%
G = 34.35%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BAB5A0 (or 0xBAB5A0) is known color: Tana. HEX triplet: BA, B5 and A0. RGB value is (186,181,160). Sum of RGB (Red+Green+Blue) = 186+181+160=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5A0 is #454A5F. Grayscale: #B4B4B4. Windows color (decimal): -4541024 or 10532282. OLE color: 10532282.

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

Color convert

RGB 186 181 160 -
CMYK 0 0.03 0.14 0.27
HSL 48.46º 0.16% 0.68% -
HSV(B) 48.46º 0.14% 0.73% -
XYZ 43.12 46.02 39.87 -
YUV 180.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 186 181 160 0 0.03 0.14 0.27 48.46 0.16 0.68
Hex BA B5 A0 0 3 E 1B 30 10 44
Octal 272 265 240 0 3 16 33 60 20 104
Binary 10111010 10110101 10100000 0 11 1110 11011 110000 10000 1000100

Color Harmonies of #BAB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5A0

Black with #BAB5A0

Text Example


Text Example

White with #BAB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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