COLOR #BAA67B

HEX: #BAA67B
RGB: (186,166,123)

Color info

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

RGB color model

#BAA67B color RGB value is (186,166,123).

  • red value is 186;
  • green value is 166;
  • blue value is 123.
RGB:
(186,166,123)
(73%,65%,48%)

RGB channels and saturation

R 186 of 255 = 73%
G 166 of 255 = 65%
B 123 of 255 = 48%

186
166
123

R + G + B ~ 62%. #BAA67B is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 166 + 123 = 475 (100%)
R 186 of 475 ~ 39.16%
G 166 of 475 ~ 34.95%
B 123 of 475 ~ 25.89%

%39.16
%34.95
%25.89

CMYK color model

#BAA67B color CMYK value is (0,11,34,27).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 33.87%
  • key color value is 27.06%
CMYK:
(0,11,34,27)
C0M11Y34K27 
(0%,11%,34%,27%)
(0.00/0.11/0.34/0.27)	

CMYK percentages

%0
%10.75
%33.87
%27.06

Codes

Color #BAA67B in popluar color models

BAA67B
RGB186166123
HSL41°31.34%60.59%
HSB/HSV41°33.87%72.94%
CMYK0.00%10.75%33.87%
27.06%

Color #BAA67B in popluar number systems.

HEXBAA67B
Decimal186166123
Binary10111010101001101111011
Octal272246173

Shades and tints

Shades of #BAA67B

#BAA67B
(186,166,123)
#AA9770
(170,151,112)
#9A8865
(154,136,101)
#8A795A
(138,121,90)
#7A6A4F
(122,106,79)
#6A5B44
(106,91,68)
#5A4C39
(90,76,57)
#4A3D2E
(74,61,46)
#3A2E23
(58,46,35)
#2A1F18
(42,31,24)
#1A100D
(26,16,13)
#000000
(0,0,0)

Tints of #BAA67B

#BAA67B
(186,166,123)
#C0AE87
(192,174,135)
#C6B693
(198,182,147)
#CCBE9F
(204,190,159)
#D2C6AB
(210,198,171)
#D8CEB7
(216,206,183)
#DED6C3
(222,214,195)
#E4DECF
(228,222,207)
#EAE6DB
(234,230,219)
#F0EEE7
(240,238,231)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA67B color. Also use rgb(186,166,123) instead hex code.

Text Font Color

.myTextColor { color: #BAA67B; }

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

This text font color is #BAA67B.


Background Color

.myBgColor { background-color: #BAA67B; }

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

This div background color is #BAA67B.


Border color

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

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

This div border color is #BAA67B.


Opacity

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

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

Text with #BAA67B 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 #BAA67B;}

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

This text has shadow with #BAA67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA67B on black background.


Color preview on white background

This text has color #BAA67B on white background.



Black color preview on #BAA67B background

This text has black color on #BAA67B background.


White color preview on #BAA67B background

This text has white color on #BAA67B background.