COLOR #BAA790

HEX: #BAA790
RGB: (186,167,144)

Color info

#BAA790 contains red, green and blue colors in about the same proportion. Web safe color of #BAA790 is #CC9999 (or #C99).

RGB color model

#BAA790 color RGB value is (186,167,144).

  • red value is 186;
  • green value is 167;
  • blue value is 144.
RGB:
(186,167,144)
(73%,65%,56%)

RGB channels and saturation

R 186 of 255 = 73%
G 167 of 255 = 65%
B 144 of 255 = 56%

186
167
144

R + G + B ~ 65%. #BAA790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 167 + 144 = 497 (100%)
R 186 of 497 ~ 37.42%
G 167 of 497 ~ 33.6%
B 144 of 497 ~ 28.97%

%37.42
%33.6
%28.97

CMYK color model

#BAA790 color CMYK value is (0,10,23,27).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 22.58%
  • key color value is 27.06%
CMYK:
(0,10,23,27)
C0M10Y23K27 
(0%,10%,23%,27%)
(0.00/0.10/0.23/0.27)	

CMYK percentages

%0
%10.22
%22.58
%27.06

Codes

Color #BAA790 in popluar color models

BAA790
RGB186167144
HSL33°23.33%64.71%
HSB/HSV33°22.58%72.94%
CMYK0.00%10.22%22.58%
27.06%

Color #BAA790 in popluar number systems.

HEXBAA790
Decimal186167144
Binary101110101010011110010000
Octal272247220

Shades and tints

Shades of #BAA790

#BAA790
(186,167,144)
#AA9883
(170,152,131)
#9A8976
(154,137,118)
#8A7A69
(138,122,105)
#7A6B5C
(122,107,92)
#6A5C4F
(106,92,79)
#5A4D42
(90,77,66)
#4A3E35
(74,62,53)
#3A2F28
(58,47,40)
#2A201B
(42,32,27)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #BAA790

#BAA790
(186,167,144)
#C0AF9A
(192,175,154)
#C6B7A4
(198,183,164)
#CCBFAE
(204,191,174)
#D2C7B8
(210,199,184)
#D8CFC2
(216,207,194)
#DED7CC
(222,215,204)
#E4DFD6
(228,223,214)
#EAE7E0
(234,231,224)
#F0EFEA
(240,239,234)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA790 color. Also use rgb(186,167,144) instead hex code.

Text Font Color

.myTextColor { color: #BAA790; }

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

This text font color is #BAA790.


Background Color

.myBgColor { background-color: #BAA790; }

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

This div background color is #BAA790.


Border color

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

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

This div border color is #BAA790.


Opacity

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

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

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

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

This text has shadow with #BAA790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA790 on black background.


Color preview on white background

This text has color #BAA790 on white background.



Black color preview on #BAA790 background

This text has black color on #BAA790 background.


White color preview on #BAA790 background

This text has white color on #BAA790 background.