COLOR #BA8081

HEX: #BA8081
RGB: (186,128,129)

Color info

#BA8081 contains red, green and blue colors in about the same proportion. Web safe color of #BA8081 is #CC6699 (or #C69).

RGB color model

#BA8081 color RGB value is (186,128,129).

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

RGB channels and saturation

R 186 of 255 = 73%
G 128 of 255 = 50%
B 129 of 255 = 51%

186
128
129

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

Portions of RGB colors in percentages

R + G + B =
186 + 128 + 129 = 443 (100%)
R 186 of 443 ~ 41.99%
G 128 of 443 ~ 28.89%
B 129 of 443 ~ 29.12%

%41.99
%28.89
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 30.65%
  • key color value is 27.06%
CMYK:
(0,31,31,27)
C0M31Y31K27 
(0%,31%,31%,27%)
(0.00/0.31/0.31/0.27)	

CMYK percentages

%0
%31.18
%30.65
%27.06

Codes

Color #BA8081 in popluar color models

BA8081
RGB186128129
HSL359°29.59%61.57%
HSB/HSV359°31.18%72.94%
CMYK0.00%31.18%30.65%
27.06%

Color #BA8081 in popluar number systems.

HEXBA8081
Decimal186128129
Binary101110101000000010000001
Octal272200201

Shades and tints

Shades of #BA8081

#BA8081
(186,128,129)
#AA7576
(170,117,118)
#9A6A6B
(154,106,107)
#8A5F60
(138,95,96)
#7A5455
(122,84,85)
#6A494A
(106,73,74)
#5A3E3F
(90,62,63)
#4A3334
(74,51,52)
#3A2829
(58,40,41)
#2A1D1E
(42,29,30)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #BA8081

#BA8081
(186,128,129)
#C08B8C
(192,139,140)
#C69697
(198,150,151)
#CCA1A2
(204,161,162)
#D2ACAD
(210,172,173)
#D8B7B8
(216,183,184)
#DEC2C3
(222,194,195)
#E4CDCE
(228,205,206)
#EAD8D9
(234,216,217)
#F0E3E4
(240,227,228)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8081; }

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

This text font color is #BA8081.


Background Color

.myBgColor { background-color: #BA8081; }

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

This div background color is #BA8081.


Border color

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

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

This div border color is #BA8081.


Opacity

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

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

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

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

This text has shadow with #BA8081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8081 on black background.


Color preview on white background

This text has color #BA8081 on white background.



Black color preview on #BA8081 background

This text has black color on #BA8081 background.


White color preview on #BA8081 background

This text has white color on #BA8081 background.