COLOR #BA724B

HEX: #BA724B
RGB: (186,114,75)

Color info

#BA724B contains mainly red color. Web safe color of #BA724B is #CC6633 (or #C63).

RGB color model

#BA724B color RGB value is (186,114,75).

  • red value is 186;
  • green value is 114;
  • blue value is 75.
RGB:
(186,114,75)
(73%,45%,29%)

RGB channels and saturation

R 186 of 255 = 73%
G 114 of 255 = 45%
B 75 of 255 = 29%

186
114
75

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

Portions of RGB colors in percentages

R + G + B =
186 + 114 + 75 = 375 (100%)
R 186 of 375 ~ 49.6%
G 114 of 375 ~ 30.4%
B 75 of 375 ~ 20%

%49.6
%30.4
%20

CMYK color model

#BA724B color CMYK value is (0,39,60,27).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 59.68%
  • key color value is 27.06%
CMYK:
(0,39,60,27)
C0M39Y60K27 
(0%,39%,60%,27%)
(0.00/0.39/0.60/0.27)	

CMYK percentages

%0
%38.71
%59.68
%27.06

Codes

Color #BA724B in popluar color models

BA724B
RGB18611475
HSL21°44.58%51.18%
HSB/HSV21°59.68%72.94%
CMYK0.00%38.71%59.68%
27.06%

Color #BA724B in popluar number systems.

HEXBA724B
Decimal18611475
Binary1011101011100101001011
Octal272162113

Shades and tints

Shades of #BA724B

#BA724B
(186,114,75)
#AA6845
(170,104,69)
#9A5E3F
(154,94,63)
#8A5439
(138,84,57)
#7A4A33
(122,74,51)
#6A402D
(106,64,45)
#5A3627
(90,54,39)
#4A2C21
(74,44,33)
#3A221B
(58,34,27)
#2A1815
(42,24,21)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #BA724B

#BA724B
(186,114,75)
#C07E5B
(192,126,91)
#C68A6B
(198,138,107)
#CC967B
(204,150,123)
#D2A28B
(210,162,139)
#D8AE9B
(216,174,155)
#DEBAAB
(222,186,171)
#E4C6BB
(228,198,187)
#EAD2CB
(234,210,203)
#F0DEDB
(240,222,219)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA724B color. Also use rgb(186,114,75) instead hex code.

Text Font Color

.myTextColor { color: #BA724B; }

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

This text font color is #BA724B.


Background Color

.myBgColor { background-color: #BA724B; }

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

This div background color is #BA724B.


Border color

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

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

This div border color is #BA724B.


Opacity

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

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

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

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

This text has shadow with #BA724B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA724B on black background.


Color preview on white background

This text has color #BA724B on white background.



Black color preview on #BA724B background

This text has black color on #BA724B background.


White color preview on #BA724B background

This text has white color on #BA724B background.