COLOR #BA8953

HEX: #BA8953
RGB: (186,137,83)

Color info

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

RGB color model

#BA8953 color RGB value is (186,137,83).

  • red value is 186;
  • green value is 137;
  • blue value is 83.
RGB:
(186,137,83)
(73%,54%,33%)

RGB channels and saturation

R 186 of 255 = 73%
G 137 of 255 = 54%
B 83 of 255 = 33%

186
137
83

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

Portions of RGB colors in percentages

R + G + B =
186 + 137 + 83 = 406 (100%)
R 186 of 406 ~ 45.81%
G 137 of 406 ~ 33.74%
B 83 of 406 ~ 20.44%

%45.81
%33.74
%20.44

CMYK color model

#BA8953 color CMYK value is (0,26,55,27).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 55.38%
  • key color value is 27.06%
CMYK:
(0,26,55,27)
C0M26Y55K27 
(0%,26%,55%,27%)
(0.00/0.26/0.55/0.27)	

CMYK percentages

%0
%26.34
%55.38
%27.06

Codes

Color #BA8953 in popluar color models

BA8953
RGB18613783
HSL31°42.74%52.75%
HSB/HSV31°55.38%72.94%
CMYK0.00%26.34%55.38%
27.06%

Color #BA8953 in popluar number systems.

HEXBA8953
Decimal18613783
Binary10111010100010011010011
Octal272211123

Shades and tints

Shades of #BA8953

#BA8953
(186,137,83)
#AA7D4C
(170,125,76)
#9A7145
(154,113,69)
#8A653E
(138,101,62)
#7A5937
(122,89,55)
#6A4D30
(106,77,48)
#5A4129
(90,65,41)
#4A3522
(74,53,34)
#3A291B
(58,41,27)
#2A1D14
(42,29,20)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #BA8953

#BA8953
(186,137,83)
#C09362
(192,147,98)
#C69D71
(198,157,113)
#CCA780
(204,167,128)
#D2B18F
(210,177,143)
#D8BB9E
(216,187,158)
#DEC5AD
(222,197,173)
#E4CFBC
(228,207,188)
#EAD9CB
(234,217,203)
#F0E3DA
(240,227,218)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8953 color. Also use rgb(186,137,83) instead hex code.

Text Font Color

.myTextColor { color: #BA8953; }

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

This text font color is #BA8953.


Background Color

.myBgColor { background-color: #BA8953; }

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

This div background color is #BA8953.


Border color

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

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

This div border color is #BA8953.


Opacity

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

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

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

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

This text has shadow with #BA8953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8953 on black background.


Color preview on white background

This text has color #BA8953 on white background.



Black color preview on #BA8953 background

This text has black color on #BA8953 background.


White color preview on #BA8953 background

This text has white color on #BA8953 background.