COLOR #BA8338

HEX: #BA8338
RGB: (186,131,56)

Color info

#BA8338 contains mainly red and green colors. Web safe color of #BA8338 is #CC9933 (or #C93).

RGB color model

#BA8338 color RGB value is (186,131,56).

  • red value is 186;
  • green value is 131;
  • blue value is 56.
RGB:
(186,131,56)
(73%,51%,22%)

RGB channels and saturation

R 186 of 255 = 73%
G 131 of 255 = 51%
B 56 of 255 = 22%

186
131
56

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

Portions of RGB colors in percentages

R + G + B =
186 + 131 + 56 = 373 (100%)
R 186 of 373 ~ 49.87%
G 131 of 373 ~ 35.12%
B 56 of 373 ~ 15.01%

%49.87
%35.12
%15.01

CMYK color model

#BA8338 color CMYK value is (0,30,70,27).

  • cyan value is 0.00%
  • magenta value is 29.57%
  • yellow value is 69.89%
  • key color value is 27.06%
CMYK:
(0,30,70,27)
C0M30Y70K27 
(0%,30%,70%,27%)
(0.00/0.30/0.70/0.27)	

CMYK percentages

%0
%29.57
%69.89
%27.06

Codes

Color #BA8338 in popluar color models

BA8338
RGB18613156
HSL35°53.72%47.45%
HSB/HSV35°69.89%72.94%
CMYK0.00%29.57%69.89%
27.06%

Color #BA8338 in popluar number systems.

HEXBA8338
Decimal18613156
Binary1011101010000011111000
Octal27220370

Shades and tints

Shades of #BA8338

#BA8338
(186,131,56)
#AA7833
(170,120,51)
#9A6D2E
(154,109,46)
#8A6229
(138,98,41)
#7A5724
(122,87,36)
#6A4C1F
(106,76,31)
#5A411A
(90,65,26)
#4A3615
(74,54,21)
#3A2B10
(58,43,16)
#2A200B
(42,32,11)
#1A1506
(26,21,6)
#000000
(0,0,0)

Tints of #BA8338

#BA8338
(186,131,56)
#C08E4A
(192,142,74)
#C6995C
(198,153,92)
#CCA46E
(204,164,110)
#D2AF80
(210,175,128)
#D8BA92
(216,186,146)
#DEC5A4
(222,197,164)
#E4D0B6
(228,208,182)
#EADBC8
(234,219,200)
#F0E6DA
(240,230,218)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8338 color. Also use rgb(186,131,56) instead hex code.

Text Font Color

.myTextColor { color: #BA8338; }

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

This text font color is #BA8338.


Background Color

.myBgColor { background-color: #BA8338; }

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

This div background color is #BA8338.


Border color

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

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

This div border color is #BA8338.


Opacity

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

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

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

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

This text has shadow with #BA8338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8338 on black background.


Color preview on white background

This text has color #BA8338 on white background.



Black color preview on #BA8338 background

This text has black color on #BA8338 background.


White color preview on #BA8338 background

This text has white color on #BA8338 background.