COLOR #BAA875

HEX: #BAA875
RGB: (186,168,117)

Color info

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

RGB color model

#BAA875 color RGB value is (186,168,117).

  • red value is 186;
  • green value is 168;
  • blue value is 117.
RGB:
(186,168,117)
(73%,66%,46%)

RGB channels and saturation

R 186 of 255 = 73%
G 168 of 255 = 66%
B 117 of 255 = 46%

186
168
117

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

Portions of RGB colors in percentages

R + G + B =
186 + 168 + 117 = 471 (100%)
R 186 of 471 ~ 39.49%
G 168 of 471 ~ 35.67%
B 117 of 471 ~ 24.84%

%39.49
%35.67
%24.84

CMYK color model

#BAA875 color CMYK value is (0,10,37,27).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 37.10%
  • key color value is 27.06%
CMYK:
(0,10,37,27)
C0M10Y37K27 
(0%,10%,37%,27%)
(0.00/0.10/0.37/0.27)	

CMYK percentages

%0
%9.68
%37.1
%27.06

Codes

Color #BAA875 in popluar color models

BAA875
RGB186168117
HSL44°33.33%59.41%
HSB/HSV44°37.10%72.94%
CMYK0.00%9.68%37.10%
27.06%

Color #BAA875 in popluar number systems.

HEXBAA875
Decimal186168117
Binary10111010101010001110101
Octal272250165

Shades and tints

Shades of #BAA875

#BAA875
(186,168,117)
#AA996B
(170,153,107)
#9A8A61
(154,138,97)
#8A7B57
(138,123,87)
#7A6C4D
(122,108,77)
#6A5D43
(106,93,67)
#5A4E39
(90,78,57)
#4A3F2F
(74,63,47)
#3A3025
(58,48,37)
#2A211B
(42,33,27)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BAA875

#BAA875
(186,168,117)
#C0AF81
(192,175,129)
#C6B68D
(198,182,141)
#CCBD99
(204,189,153)
#D2C4A5
(210,196,165)
#D8CBB1
(216,203,177)
#DED2BD
(222,210,189)
#E4D9C9
(228,217,201)
#EAE0D5
(234,224,213)
#F0E7E1
(240,231,225)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA875 color. Also use rgb(186,168,117) instead hex code.

Text Font Color

.myTextColor { color: #BAA875; }

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

This text font color is #BAA875.


Background Color

.myBgColor { background-color: #BAA875; }

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

This div background color is #BAA875.


Border color

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

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

This div border color is #BAA875.


Opacity

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

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

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

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

This text has shadow with #BAA875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA875 on black background.


Color preview on white background

This text has color #BAA875 on white background.



Black color preview on #BAA875 background

This text has black color on #BAA875 background.


White color preview on #BAA875 background

This text has white color on #BAA875 background.