COLOR #BA9480

HEX: #BA9480
RGB: (186,148,128)

Color info

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

RGB color model

#BA9480 color RGB value is (186,148,128).

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

RGB channels and saturation

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

186
148
128

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

Portions of RGB colors in percentages

R + G + B =
186 + 148 + 128 = 462 (100%)
R 186 of 462 ~ 40.26%
G 148 of 462 ~ 32.03%
B 128 of 462 ~ 27.71%

%40.26
%32.03
%27.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.43%
  • 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
%20.43
%31.18
%27.06

Codes

Color #BA9480 in popluar color models

BA9480
RGB186148128
HSL21°29.59%61.57%
HSB/HSV21°31.18%72.94%
CMYK0.00%20.43%31.18%
27.06%

Color #BA9480 in popluar number systems.

HEXBA9480
Decimal186148128
Binary101110101001010010000000
Octal272224200

Shades and tints

Shades of #BA9480

#BA9480
(186,148,128)
#AA8775
(170,135,117)
#9A7A6A
(154,122,106)
#8A6D5F
(138,109,95)
#7A6054
(122,96,84)
#6A5349
(106,83,73)
#5A463E
(90,70,62)
#4A3933
(74,57,51)
#3A2C28
(58,44,40)
#2A1F1D
(42,31,29)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #BA9480

#BA9480
(186,148,128)
#C09D8B
(192,157,139)
#C6A696
(198,166,150)
#CCAFA1
(204,175,161)
#D2B8AC
(210,184,172)
#D8C1B7
(216,193,183)
#DECAC2
(222,202,194)
#E4D3CD
(228,211,205)
#EADCD8
(234,220,216)
#F0E5E3
(240,229,227)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9480; }

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

This text font color is #BA9480.


Background Color

.myBgColor { background-color: #BA9480; }

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

This div background color is #BA9480.


Border color

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

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

This div border color is #BA9480.


Opacity

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

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

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

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

This text has shadow with #BA9480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9480 on black background.


Color preview on white background

This text has color #BA9480 on white background.



Black color preview on #BA9480 background

This text has black color on #BA9480 background.


White color preview on #BA9480 background

This text has white color on #BA9480 background.