COLOR #BAAF7D

HEX: #BAAF7D
RGB: (186,175,125)

Color info

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

RGB color model

#BAAF7D color RGB value is (186,175,125).

  • red value is 186;
  • green value is 175;
  • blue value is 125.
RGB:
(186,175,125)
(73%,69%,49%)

RGB channels and saturation

R 186 of 255 = 73%
G 175 of 255 = 69%
B 125 of 255 = 49%

186
175
125

R + G + B ~ 64%. #BAAF7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 175 + 125 = 486 (100%)
R 186 of 486 ~ 38.27%
G 175 of 486 ~ 36.01%
B 125 of 486 ~ 25.72%

%38.27
%36.01
%25.72

CMYK color model

#BAAF7D color CMYK value is (0,6,33,27).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 32.80%
  • key color value is 27.06%
CMYK:
(0,6,33,27)
C0M6Y33K27 
(0%,6%,33%,27%)
(0.00/0.06/0.33/0.27)	

CMYK percentages

%0
%5.91
%32.8
%27.06

Codes

Color #BAAF7D in popluar color models

BAAF7D
RGB186175125
HSL49°30.65%60.98%
HSB/HSV49°32.80%72.94%
CMYK0.00%5.91%32.80%
27.06%

Color #BAAF7D in popluar number systems.

HEXBAAF7D
Decimal186175125
Binary10111010101011111111101
Octal272257175

Shades and tints

Shades of #BAAF7D

#BAAF7D
(186,175,125)
#AAA072
(170,160,114)
#9A9167
(154,145,103)
#8A825C
(138,130,92)
#7A7351
(122,115,81)
#6A6446
(106,100,70)
#5A553B
(90,85,59)
#4A4630
(74,70,48)
#3A3725
(58,55,37)
#2A281A
(42,40,26)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #BAAF7D

#BAAF7D
(186,175,125)
#C0B688
(192,182,136)
#C6BD93
(198,189,147)
#CCC49E
(204,196,158)
#D2CBA9
(210,203,169)
#D8D2B4
(216,210,180)
#DED9BF
(222,217,191)
#E4E0CA
(228,224,202)
#EAE7D5
(234,231,213)
#F0EEE0
(240,238,224)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAF7D color. Also use rgb(186,175,125) instead hex code.

Text Font Color

.myTextColor { color: #BAAF7D; }

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

This text font color is #BAAF7D.


Background Color

.myBgColor { background-color: #BAAF7D; }

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

This div background color is #BAAF7D.


Border color

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

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

This div border color is #BAAF7D.


Opacity

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

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

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

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

This text has shadow with #BAAF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAF7D on black background.


Color preview on white background

This text has color #BAAF7D on white background.



Black color preview on #BAAF7D background

This text has black color on #BAAF7D background.


White color preview on #BAAF7D background

This text has white color on #BAAF7D background.