COLOR #BA7050

HEX: #BA7050
RGB: (186,112,80)

Color info

#BA7050 contains mainly red color. Web safe color of #BA7050 is #CC6666 (or #C66).

RGB color model

#BA7050 color RGB value is (186,112,80).

  • red value is 186;
  • green value is 112;
  • blue value is 80.
RGB:
(186,112,80)
(73%,44%,31%)

RGB channels and saturation

R 186 of 255 = 73%
G 112 of 255 = 44%
B 80 of 255 = 31%

186
112
80

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

Portions of RGB colors in percentages

R + G + B =
186 + 112 + 80 = 378 (100%)
R 186 of 378 ~ 49.21%
G 112 of 378 ~ 29.63%
B 80 of 378 ~ 21.16%

%49.21
%29.63
%21.16

CMYK color model

#BA7050 color CMYK value is (0,40,57,27).

  • cyan value is 0.00%
  • magenta value is 39.78%
  • yellow value is 56.99%
  • key color value is 27.06%
CMYK:
(0,40,57,27)
C0M40Y57K27 
(0%,40%,57%,27%)
(0.00/0.40/0.57/0.27)	

CMYK percentages

%0
%39.78
%56.99
%27.06

Codes

Color #BA7050 in popluar color models

BA7050
RGB18611280
HSL18°43.44%52.16%
HSB/HSV18°56.99%72.94%
CMYK0.00%39.78%56.99%
27.06%

Color #BA7050 in popluar number systems.

HEXBA7050
Decimal18611280
Binary1011101011100001010000
Octal272160120

Shades and tints

Shades of #BA7050

#BA7050
(186,112,80)
#AA6649
(170,102,73)
#9A5C42
(154,92,66)
#8A523B
(138,82,59)
#7A4834
(122,72,52)
#6A3E2D
(106,62,45)
#5A3426
(90,52,38)
#4A2A1F
(74,42,31)
#3A2018
(58,32,24)
#2A1611
(42,22,17)
#1A0C0A
(26,12,10)
#000000
(0,0,0)

Tints of #BA7050

#BA7050
(186,112,80)
#C07D5F
(192,125,95)
#C68A6E
(198,138,110)
#CC977D
(204,151,125)
#D2A48C
(210,164,140)
#D8B19B
(216,177,155)
#DEBEAA
(222,190,170)
#E4CBB9
(228,203,185)
#EAD8C8
(234,216,200)
#F0E5D7
(240,229,215)
#F6F2E6
(246,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7050 color. Also use rgb(186,112,80) instead hex code.

Text Font Color

.myTextColor { color: #BA7050; }

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

This text font color is #BA7050.


Background Color

.myBgColor { background-color: #BA7050; }

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

This div background color is #BA7050.


Border color

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

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

This div border color is #BA7050.


Opacity

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

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

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

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

This text has shadow with #BA7050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7050 on black background.


Color preview on white background

This text has color #BA7050 on white background.



Black color preview on #BA7050 background

This text has black color on #BA7050 background.


White color preview on #BA7050 background

This text has white color on #BA7050 background.