COLOR #BAAB6A

HEX: #BAAB6A
RGB: (186,171,106)

Color info

#BAAB6A contains mainly red and green colors. Web safe color of #BAAB6A is #CC9966 (or #C96).

RGB color model

#BAAB6A color RGB value is (186,171,106).

  • red value is 186;
  • green value is 171;
  • blue value is 106.
RGB:
(186,171,106)
(73%,67%,42%)

RGB channels and saturation

R 186 of 255 = 73%
G 171 of 255 = 67%
B 106 of 255 = 42%

186
171
106

R + G + B ~ 61%. #BAAB6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 171 + 106 = 463 (100%)
R 186 of 463 ~ 40.17%
G 171 of 463 ~ 36.93%
B 106 of 463 ~ 22.89%

%40.17
%36.93
%22.89

CMYK color model

#BAAB6A color CMYK value is (0,8,43,27).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 43.01%
  • key color value is 27.06%
CMYK:
(0,8,43,27)
C0M8Y43K27 
(0%,8%,43%,27%)
(0.00/0.08/0.43/0.27)	

CMYK percentages

%0
%8.06
%43.01
%27.06

Codes

Color #BAAB6A in popluar color models

BAAB6A
RGB186171106
HSL49°36.70%57.25%
HSB/HSV49°43.01%72.94%
CMYK0.00%8.06%43.01%
27.06%

Color #BAAB6A in popluar number systems.

HEXBAAB6A
Decimal186171106
Binary10111010101010111101010
Octal272253152

Shades and tints

Shades of #BAAB6A

#BAAB6A
(186,171,106)
#AA9C61
(170,156,97)
#9A8D58
(154,141,88)
#8A7E4F
(138,126,79)
#7A6F46
(122,111,70)
#6A603D
(106,96,61)
#5A5134
(90,81,52)
#4A422B
(74,66,43)
#3A3322
(58,51,34)
#2A2419
(42,36,25)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #BAAB6A

#BAAB6A
(186,171,106)
#C0B277
(192,178,119)
#C6B984
(198,185,132)
#CCC091
(204,192,145)
#D2C79E
(210,199,158)
#D8CEAB
(216,206,171)
#DED5B8
(222,213,184)
#E4DCC5
(228,220,197)
#EAE3D2
(234,227,210)
#F0EADF
(240,234,223)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAB6A color. Also use rgb(186,171,106) instead hex code.

Text Font Color

.myTextColor { color: #BAAB6A; }

<p style="color:#BAAB6A">This sample text font color is #BAAB6A.</p>

This text font color is #BAAB6A.


Background Color

.myBgColor { background-color: #BAAB6A; }

<div style="background-color:#BAAB6A">Inner text</div>

This div background color is #BAAB6A.


Border color

.myBorderColor { border: 1px solid #BAAB6A; }

<div style="border:3px solid #BAAB6A">Div</div>

This div border color is #BAAB6A.


Opacity

.myOpacity80 { color: #BAAB6A; opacity: 0.8; }

<p style="color:#BAAB6A;opacity:0.8;">80%</p>

Text with #BAAB6A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BAAB6A;}

<p style="text-shadow: 3px 3px 1px #BAAB6A">Text here.</p>

This text has shadow with #BAAB6A color.

.textShadow {text-shadow: 3px 3px 1px #BAAB6A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BAAB6A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BAAB6A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BAAB6A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BAAB6A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BAAB6A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BAAB6A;
  -webkit-box-shadow:	1px 1px 3px 2px #BAAB6A;
  box-shadow:		1px 1px 3px 2px #BAAB6A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BAAB6A;
-webkit-box-shadow: 1px 1px 3px 2px #BAAB6A;
box-shadow:1px 1px 3px 2px #BAAB6A;">
Div content here</div>
This div box has shadow with color #BAAB6A.

Preview

Color preview on black background

This text has color #BAAB6A on black background.


Color preview on white background

This text has color #BAAB6A on white background.



Black color preview on #BAAB6A background

This text has black color on #BAAB6A background.


White color preview on #BAAB6A background

This text has white color on #BAAB6A background.