COLOR #BA8975

HEX: #BA8975 RGB: (186,137,117)

Color info

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

RGB color model

#BA8975 color RGB value is (186,137,117).

RGB: (186,137,117) (73%, 54%, 46%)

RGB channels and saturation

R 186 of 255 = 73%
G 137 of 255 = 54%
B 117 of 255 = 46%

186
137
117

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

Portions of RGB colors in percentages

R + G + B = 186 + 137 + 117 = 440 (100%)
R 186 of 440 ~ 42.27%
G 137 of 440 ~ 31.14%
B 117 of 440 ~ 26.59'%

%42.27
%31.14
%26.59

CMYK color model

#BA8975 color CMYK value is (0,26,37,27).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 37.10%
  • key color value is 27.06%

CMYK: (0,26,37,27)
C0M26Y37K27 (0%, 26%, 37%, 27%)
(0.00 / 0.26 / 0.37 / 0.27)

CMYK percentages

%0
%26.34
%37.1
%27.06

Codes

Color #BA8975 in popluar color models

BA 89 75
RGB 186 137 117
HSL 17° 33.33% 59.41%
HSB/HSV 17° 37.10% 72.94%
CMYK 0.00% 26.34% 37.10%
27.06%

Color #BA8975 in popluar number systems.

HEX BA 89 75
Decimal 186 137 117
Binary 10111010 10001001 1110101
Octal 272 211 165

Shades and tints

Shades of #BA8975

#BA8975
(186,137,117)
#AA7D6B
(170,125,107)
#9A7161
(154,113,97)
#8A6557
(138,101,87)
#7A594D
(122,89,77)
#6A4D43
(106,77,67)
#5A4139
(90,65,57)
#4A352F
(74,53,47)
#3A2925
(58,41,37)
#2A1D1B
(42,29,27)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #BA8975

#BA8975
(186,137,117)
#C09381
(192,147,129)
#C69D8D
(198,157,141)
#CCA799
(204,167,153)
#D2B1A5
(210,177,165)
#D8BBB1
(216,187,177)
#DEC5BD
(222,197,189)
#E4CFC9
(228,207,201)
#EAD9D5
(234,217,213)
#F0E3E1
(240,227,225)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8975; }

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

This text font color is #BA8975.

Background Color

.myBgColor { background-color: #BA8975; }

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

This div background color is #BA8975.

Border color

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

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

This div border color is #BA8975.

Opacity

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

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

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

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

This text has shadow with #BA8975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8975.

Preview

Color preview on black background

This text has color #BA8975 on black background.


Color preview on white background

This text has color #BA8975 on white background.


Black color preview on #BA8975 background

This text has black color on #BA8975 background.


White color preview on #BA8975 background

This text has white color on #BA8975 background.


Related colors

Complementary color

Complementary color for #hex is #45768A.


I love getcolorcode.com

Triadic colors

1 #75BA89 and #8975BA with #BA8975 are triadic colors.

2 #7589BA and #89BA75 with #BA8975 are triadic colors.