COLOR #BAA352

HEX: #BAA352
RGB: (186,163,82)

Color info

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

RGB color model

#BAA352 color RGB value is (186,163,82).

  • red value is 186;
  • green value is 163;
  • blue value is 82.
RGB:
(186,163,82)
(73%,64%,32%)

RGB channels and saturation

R 186 of 255 = 73%
G 163 of 255 = 64%
B 82 of 255 = 32%

186
163
82

R + G + B ~ 56%. #BAA352 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 163 + 82 = 431 (100%)
R 186 of 431 ~ 43.16%
G 163 of 431 ~ 37.82%
B 82 of 431 ~ 19.03%

%43.16
%37.82
%19.03

CMYK color model

#BAA352 color CMYK value is (0,12,56,27).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 55.91%
  • key color value is 27.06%
CMYK:
(0,12,56,27)
C0M12Y56K27 
(0%,12%,56%,27%)
(0.00/0.12/0.56/0.27)	

CMYK percentages

%0
%12.37
%55.91
%27.06

Codes

Color #BAA352 in popluar color models

BAA352
RGB18616382
HSL47°42.98%52.55%
HSB/HSV47°55.91%72.94%
CMYK0.00%12.37%55.91%
27.06%

Color #BAA352 in popluar number systems.

HEXBAA352
Decimal18616382
Binary10111010101000111010010
Octal272243122

Shades and tints

Shades of #BAA352

#BAA352
(186,163,82)
#AA954B
(170,149,75)
#9A8744
(154,135,68)
#8A793D
(138,121,61)
#7A6B36
(122,107,54)
#6A5D2F
(106,93,47)
#5A4F28
(90,79,40)
#4A4121
(74,65,33)
#3A331A
(58,51,26)
#2A2513
(42,37,19)
#1A170C
(26,23,12)
#000000
(0,0,0)

Tints of #BAA352

#BAA352
(186,163,82)
#C0AB61
(192,171,97)
#C6B370
(198,179,112)
#CCBB7F
(204,187,127)
#D2C38E
(210,195,142)
#D8CB9D
(216,203,157)
#DED3AC
(222,211,172)
#E4DBBB
(228,219,187)
#EAE3CA
(234,227,202)
#F0EBD9
(240,235,217)
#F6F3E8
(246,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA352 color. Also use rgb(186,163,82) instead hex code.

Text Font Color

.myTextColor { color: #BAA352; }

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

This text font color is #BAA352.


Background Color

.myBgColor { background-color: #BAA352; }

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

This div background color is #BAA352.


Border color

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

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

This div border color is #BAA352.


Opacity

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

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

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

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

This text has shadow with #BAA352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA352 on black background.


Color preview on white background

This text has color #BAA352 on white background.



Black color preview on #BAA352 background

This text has black color on #BAA352 background.


White color preview on #BAA352 background

This text has white color on #BAA352 background.