COLOR #BA9580

HEX: #BA9580
RGB: (186,149,128)

Color info

#BA9580 contains red, green and blue colors in about the same proportion. Web safe color of #BA9580 is #CC9966 (or #C96).

RGB color model

#BA9580 color RGB value is (186,149,128).

  • red value is 186;
  • green value is 149;
  • blue value is 128.
RGB:
(186,149,128)
(73%,58%,50%)

RGB channels and saturation

R 186 of 255 = 73%
G 149 of 255 = 58%
B 128 of 255 = 50%

186
149
128

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

Portions of RGB colors in percentages

R + G + B =
186 + 149 + 128 = 463 (100%)
R 186 of 463 ~ 40.17%
G 149 of 463 ~ 32.18%
B 128 of 463 ~ 27.65%

%40.17
%32.18
%27.65

CMYK color model

#BA9580 color CMYK value is (0,20,31,27).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 31.18%
  • key color value is 27.06%
CMYK:
(0,20,31,27)
C0M20Y31K27 
(0%,20%,31%,27%)
(0.00/0.20/0.31/0.27)	

CMYK percentages

%0
%19.89
%31.18
%27.06

Codes

Color #BA9580 in popluar color models

BA9580
RGB186149128
HSL22°29.59%61.57%
HSB/HSV22°31.18%72.94%
CMYK0.00%19.89%31.18%
27.06%

Color #BA9580 in popluar number systems.

HEXBA9580
Decimal186149128
Binary101110101001010110000000
Octal272225200

Shades and tints

Shades of #BA9580

#BA9580
(186,149,128)
#AA8875
(170,136,117)
#9A7B6A
(154,123,106)
#8A6E5F
(138,110,95)
#7A6154
(122,97,84)
#6A5449
(106,84,73)
#5A473E
(90,71,62)
#4A3A33
(74,58,51)
#3A2D28
(58,45,40)
#2A201D
(42,32,29)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #BA9580

#BA9580
(186,149,128)
#C09E8B
(192,158,139)
#C6A796
(198,167,150)
#CCB0A1
(204,176,161)
#D2B9AC
(210,185,172)
#D8C2B7
(216,194,183)
#DECBC2
(222,203,194)
#E4D4CD
(228,212,205)
#EADDD8
(234,221,216)
#F0E6E3
(240,230,227)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA9580 color. Also use rgb(186,149,128) instead hex code.

Text Font Color

.myTextColor { color: #BA9580; }

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

This text font color is #BA9580.


Background Color

.myBgColor { background-color: #BA9580; }

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

This div background color is #BA9580.


Border color

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

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

This div border color is #BA9580.


Opacity

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

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

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

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

This text has shadow with #BA9580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9580 on black background.


Color preview on white background

This text has color #BA9580 on white background.



Black color preview on #BA9580 background

This text has black color on #BA9580 background.


White color preview on #BA9580 background

This text has white color on #BA9580 background.