COLOR #BAA363

HEX: #BAA363
RGB: (186,163,99)

Color info

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

RGB color model

#BAA363 color RGB value is (186,163,99).

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

RGB channels and saturation

R 186 of 255 = 73%
G 163 of 255 = 64%
B 99 of 255 = 39%

186
163
99

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

Portions of RGB colors in percentages

R + G + B =
186 + 163 + 99 = 448 (100%)
R 186 of 448 ~ 41.52%
G 163 of 448 ~ 36.38%
B 99 of 448 ~ 22.1%

%41.52
%36.38
%22.1

CMYK color model

#BAA363 color CMYK value is (0,12,47,27).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 46.77%
  • key color value is 27.06%
CMYK:
(0,12,47,27)
C0M12Y47K27 
(0%,12%,47%,27%)
(0.00/0.12/0.47/0.27)	

CMYK percentages

%0
%12.37
%46.77
%27.06

Codes

Color #BAA363 in popluar color models

BAA363
RGB18616399
HSL44°38.67%55.88%
HSB/HSV44°46.77%72.94%
CMYK0.00%12.37%46.77%
27.06%

Color #BAA363 in popluar number systems.

HEXBAA363
Decimal18616399
Binary10111010101000111100011
Octal272243143

Shades and tints

Shades of #BAA363

#BAA363
(186,163,99)
#AA955A
(170,149,90)
#9A8751
(154,135,81)
#8A7948
(138,121,72)
#7A6B3F
(122,107,63)
#6A5D36
(106,93,54)
#5A4F2D
(90,79,45)
#4A4124
(74,65,36)
#3A331B
(58,51,27)
#2A2512
(42,37,18)
#1A1709
(26,23,9)
#000000
(0,0,0)

Tints of #BAA363

#BAA363
(186,163,99)
#C0AB71
(192,171,113)
#C6B37F
(198,179,127)
#CCBB8D
(204,187,141)
#D2C39B
(210,195,155)
#D8CBA9
(216,203,169)
#DED3B7
(222,211,183)
#E4DBC5
(228,219,197)
#EAE3D3
(234,227,211)
#F0EBE1
(240,235,225)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAA363; }

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

This text font color is #BAA363.


Background Color

.myBgColor { background-color: #BAA363; }

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

This div background color is #BAA363.


Border color

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

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

This div border color is #BAA363.


Opacity

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

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

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

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

This text has shadow with #BAA363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAA363 on black background.


Color preview on white background

This text has color #BAA363 on white background.



Black color preview on #BAA363 background

This text has black color on #BAA363 background.


White color preview on #BAA363 background

This text has white color on #BAA363 background.