COLOR #BA7A55

HEX: #BA7A55
RGB: (186,122,85)

Color info

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

RGB color model

#BA7A55 color RGB value is (186,122,85).

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

RGB channels and saturation

R 186 of 255 = 73%
G 122 of 255 = 48%
B 85 of 255 = 33%

186
122
85

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

Portions of RGB colors in percentages

R + G + B =
186 + 122 + 85 = 393 (100%)
R 186 of 393 ~ 47.33%
G 122 of 393 ~ 31.04%
B 85 of 393 ~ 21.63%

%47.33
%31.04
%21.63

CMYK color model

#BA7A55 color CMYK value is (0,34,54,27).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 54.30%
  • key color value is 27.06%
CMYK:
(0,34,54,27)
C0M34Y54K27 
(0%,34%,54%,27%)
(0.00/0.34/0.54/0.27)	

CMYK percentages

%0
%34.41
%54.3
%27.06

Codes

Color #BA7A55 in popluar color models

BA7A55
RGB18612285
HSL22°42.26%53.14%
HSB/HSV22°54.30%72.94%
CMYK0.00%34.41%54.30%
27.06%

Color #BA7A55 in popluar number systems.

HEXBA7A55
Decimal18612285
Binary1011101011110101010101
Octal272172125

Shades and tints

Shades of #BA7A55

#BA7A55
(186,122,85)
#AA6F4E
(170,111,78)
#9A6447
(154,100,71)
#8A5940
(138,89,64)
#7A4E39
(122,78,57)
#6A4332
(106,67,50)
#5A382B
(90,56,43)
#4A2D24
(74,45,36)
#3A221D
(58,34,29)
#2A1716
(42,23,22)
#1A0C0F
(26,12,15)
#000000
(0,0,0)

Tints of #BA7A55

#BA7A55
(186,122,85)
#C08664
(192,134,100)
#C69273
(198,146,115)
#CC9E82
(204,158,130)
#D2AA91
(210,170,145)
#D8B6A0
(216,182,160)
#DEC2AF
(222,194,175)
#E4CEBE
(228,206,190)
#EADACD
(234,218,205)
#F0E6DC
(240,230,220)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7A55; }

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

This text font color is #BA7A55.


Background Color

.myBgColor { background-color: #BA7A55; }

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

This div background color is #BA7A55.


Border color

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

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

This div border color is #BA7A55.


Opacity

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

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

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

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

This text has shadow with #BA7A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7A55 on black background.


Color preview on white background

This text has color #BA7A55 on white background.



Black color preview on #BA7A55 background

This text has black color on #BA7A55 background.


White color preview on #BA7A55 background

This text has white color on #BA7A55 background.