COLOR #BA9756

HEX: #BA9756
RGB: (186,151,86)

Color info

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

RGB color model

#BA9756 color RGB value is (186,151,86).

  • red value is 186;
  • green value is 151;
  • blue value is 86.
RGB:
(186,151,86)
(73%,59%,34%)

RGB channels and saturation

R 186 of 255 = 73%
G 151 of 255 = 59%
B 86 of 255 = 34%

186
151
86

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

Portions of RGB colors in percentages

R + G + B =
186 + 151 + 86 = 423 (100%)
R 186 of 423 ~ 43.97%
G 151 of 423 ~ 35.7%
B 86 of 423 ~ 20.33%

%43.97
%35.7
%20.33

CMYK color model

#BA9756 color CMYK value is (0,19,54,27).

  • cyan value is 0.00%
  • magenta value is 18.82%
  • yellow value is 53.76%
  • key color value is 27.06%
CMYK:
(0,19,54,27)
C0M19Y54K27 
(0%,19%,54%,27%)
(0.00/0.19/0.54/0.27)	

CMYK percentages

%0
%18.82
%53.76
%27.06

Codes

Color #BA9756 in popluar color models

BA9756
RGB18615186
HSL39°42.02%53.33%
HSB/HSV39°53.76%72.94%
CMYK0.00%18.82%53.76%
27.06%

Color #BA9756 in popluar number systems.

HEXBA9756
Decimal18615186
Binary10111010100101111010110
Octal272227126

Shades and tints

Shades of #BA9756

#BA9756
(186,151,86)
#AA8A4F
(170,138,79)
#9A7D48
(154,125,72)
#8A7041
(138,112,65)
#7A633A
(122,99,58)
#6A5633
(106,86,51)
#5A492C
(90,73,44)
#4A3C25
(74,60,37)
#3A2F1E
(58,47,30)
#2A2217
(42,34,23)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #BA9756

#BA9756
(186,151,86)
#C0A065
(192,160,101)
#C6A974
(198,169,116)
#CCB283
(204,178,131)
#D2BB92
(210,187,146)
#D8C4A1
(216,196,161)
#DECDB0
(222,205,176)
#E4D6BF
(228,214,191)
#EADFCE
(234,223,206)
#F0E8DD
(240,232,221)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9756 color. Also use rgb(186,151,86) instead hex code.

Text Font Color

.myTextColor { color: #BA9756; }

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

This text font color is #BA9756.


Background Color

.myBgColor { background-color: #BA9756; }

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

This div background color is #BA9756.


Border color

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

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

This div border color is #BA9756.


Opacity

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

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

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

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

This text has shadow with #BA9756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9756 on black background.


Color preview on white background

This text has color #BA9756 on white background.



Black color preview on #BA9756 background

This text has black color on #BA9756 background.


White color preview on #BA9756 background

This text has white color on #BA9756 background.