COLOR #BA857A

HEX: #BA857A
RGB: (186,133,122)

Color info

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

RGB color model

#BA857A color RGB value is (186,133,122).

  • red value is 186;
  • green value is 133;
  • blue value is 122.
RGB:
(186,133,122)
(73%,52%,48%)

RGB channels and saturation

R 186 of 255 = 73%
G 133 of 255 = 52%
B 122 of 255 = 48%

186
133
122

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

Portions of RGB colors in percentages

R + G + B =
186 + 133 + 122 = 441 (100%)
R 186 of 441 ~ 42.18%
G 133 of 441 ~ 30.16%
B 122 of 441 ~ 27.66%

%42.18
%30.16
%27.66

CMYK color model

#BA857A color CMYK value is (0,28,34,27).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 34.41%
  • key color value is 27.06%
CMYK:
(0,28,34,27)
C0M28Y34K27 
(0%,28%,34%,27%)
(0.00/0.28/0.34/0.27)	

CMYK percentages

%0
%28.49
%34.41
%27.06

Codes

Color #BA857A in popluar color models

BA857A
RGB186133122
HSL10°31.68%60.39%
HSB/HSV10°34.41%72.94%
CMYK0.00%28.49%34.41%
27.06%

Color #BA857A in popluar number systems.

HEXBA857A
Decimal186133122
Binary10111010100001011111010
Octal272205172

Shades and tints

Shades of #BA857A

#BA857A
(186,133,122)
#AA796F
(170,121,111)
#9A6D64
(154,109,100)
#8A6159
(138,97,89)
#7A554E
(122,85,78)
#6A4943
(106,73,67)
#5A3D38
(90,61,56)
#4A312D
(74,49,45)
#3A2522
(58,37,34)
#2A1917
(42,25,23)
#1A0D0C
(26,13,12)
#000000
(0,0,0)

Tints of #BA857A

#BA857A
(186,133,122)
#C09086
(192,144,134)
#C69B92
(198,155,146)
#CCA69E
(204,166,158)
#D2B1AA
(210,177,170)
#D8BCB6
(216,188,182)
#DEC7C2
(222,199,194)
#E4D2CE
(228,210,206)
#EADDDA
(234,221,218)
#F0E8E6
(240,232,230)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA857A; }

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

This text font color is #BA857A.


Background Color

.myBgColor { background-color: #BA857A; }

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

This div background color is #BA857A.


Border color

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

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

This div border color is #BA857A.


Opacity

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

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

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

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

This text has shadow with #BA857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA857A on black background.


Color preview on white background

This text has color #BA857A on white background.



Black color preview on #BA857A background

This text has black color on #BA857A background.


White color preview on #BA857A background

This text has white color on #BA857A background.