COLOR #BA855F

HEX: #BA855F RGB: (186,133,95)

Color info

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

RGB color model

#BA855F color RGB value is (186,133,95).

RGB: (186,133,95) (73%, 52%, 37%)

RGB channels and saturation

R 186 of 255 = 73%
G 133 of 255 = 52%
B 95 of 255 = 37%

186
133
95

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

Portions of RGB colors in percentages

R + G + B = 186 + 133 + 95 = 414 (100%)
R 186 of 414 ~ 44.93%
G 133 of 414 ~ 32.13%
B 95 of 414 ~ 22.95'%

%44.93
%32.13
%22.95

CMYK color model

#BA855F color CMYK value is (0,28,49,27).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 48.92%
  • key color value is 27.06%

CMYK: (0,28,49,27)
C0M28Y49K27 (0%, 28%, 49%, 27%)
(0.00 / 0.28 / 0.49 / 0.27)

CMYK percentages

%0
%28.49
%48.92
%27.06

Codes

Color #BA855F in popluar color models

BA 85 5F
RGB 186 133 95
HSL 25° 39.74% 55.10%
HSB/HSV 25° 48.92% 72.94%
CMYK 0.00% 28.49% 48.92%
27.06%

Color #BA855F in popluar number systems.

HEX BA 85 5F
Decimal 186 133 95
Binary 10111010 10000101 1011111
Octal 272 205 137

Shades and tints

Shades of #BA855F

#BA855F
(186,133,95)
#AA7957
(170,121,87)
#9A6D4F
(154,109,79)
#8A6147
(138,97,71)
#7A553F
(122,85,63)
#6A4937
(106,73,55)
#5A3D2F
(90,61,47)
#4A3127
(74,49,39)
#3A251F
(58,37,31)
#2A1917
(42,25,23)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #BA855F

#BA855F
(186,133,95)
#C0906D
(192,144,109)
#C69B7B
(198,155,123)
#CCA689
(204,166,137)
#D2B197
(210,177,151)
#D8BCA5
(216,188,165)
#DEC7B3
(222,199,179)
#E4D2C1
(228,210,193)
#EADDCF
(234,221,207)
#F0E8DD
(240,232,221)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA855F color. Also use rgb(186,133,95) instead hex code.

Text Font Color

.myTextColor { color: #BA855F; }

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

This text font color is #BA855F.

Background Color

.myBgColor { background-color: #BA855F; }

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

This div background color is #BA855F.

Border color

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

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

This div border color is #BA855F.

Opacity

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

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

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

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

This text has shadow with #BA855F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA855F.

Preview

Color preview on black background

This text has color #BA855F on black background.


Color preview on white background

This text has color #BA855F on white background.


Black color preview on #BA855F background

This text has black color on #BA855F background.


White color preview on #BA855F background

This text has white color on #BA855F background.


Related colors

Complementary color

Complementary color for #hex is #457AA0.


I love getcolorcode.com

Triadic colors

1 #5FBA85 and #855FBA with #BA855F are triadic colors.

2 #5F85BA and #85BA5F with #BA855F are triadic colors.