COLOR #BA9980

HEX: #BA9980
RGB: (186,153,128)

Color info

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

RGB color model

#BA9980 color RGB value is (186,153,128).

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

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 128 of 255 = 50%

186
153
128

R + G + B ~ 61%. #BA9980 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 153 + 128 = 467 (100%)
R 186 of 467 ~ 39.83%
G 153 of 467 ~ 32.76%
B 128 of 467 ~ 27.41%

%39.83
%32.76
%27.41

CMYK color model

#BA9980 color CMYK value is (0,18,31,27).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 31.18%
  • key color value is 27.06%
CMYK:
(0,18,31,27)
C0M18Y31K27 
(0%,18%,31%,27%)
(0.00/0.18/0.31/0.27)	

CMYK percentages

%0
%17.74
%31.18
%27.06

Codes

Color #BA9980 in popluar color models

BA9980
RGB186153128
HSL26°29.59%61.57%
HSB/HSV26°31.18%72.94%
CMYK0.00%17.74%31.18%
27.06%

Color #BA9980 in popluar number systems.

HEXBA9980
Decimal186153128
Binary101110101001100110000000
Octal272231200

Shades and tints

Shades of #BA9980

#BA9980
(186,153,128)
#AA8C75
(170,140,117)
#9A7F6A
(154,127,106)
#8A725F
(138,114,95)
#7A6554
(122,101,84)
#6A5849
(106,88,73)
#5A4B3E
(90,75,62)
#4A3E33
(74,62,51)
#3A3128
(58,49,40)
#2A241D
(42,36,29)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #BA9980

#BA9980
(186,153,128)
#C0A28B
(192,162,139)
#C6AB96
(198,171,150)
#CCB4A1
(204,180,161)
#D2BDAC
(210,189,172)
#D8C6B7
(216,198,183)
#DECFC2
(222,207,194)
#E4D8CD
(228,216,205)
#EAE1D8
(234,225,216)
#F0EAE3
(240,234,227)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9980; }

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

This text font color is #BA9980.


Background Color

.myBgColor { background-color: #BA9980; }

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

This div background color is #BA9980.


Border color

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

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

This div border color is #BA9980.


Opacity

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

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

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

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

This text has shadow with #BA9980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9980 on black background.


Color preview on white background

This text has color #BA9980 on white background.



Black color preview on #BA9980 background

This text has black color on #BA9980 background.


White color preview on #BA9980 background

This text has white color on #BA9980 background.