COLOR #BA726D

HEX: #BA726D RGB: (186,114,109)

Color info

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

RGB color model

#BA726D color RGB value is (186,114,109).

RGB: (186,114,109) (73%, 45%, 43%)

RGB channels and saturation

R 186 of 255 = 73%
G 114 of 255 = 45%
B 109 of 255 = 43%

186
114
109

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

Portions of RGB colors in percentages

R + G + B = 186 + 114 + 109 = 409 (100%)
R 186 of 409 ~ 45.48%
G 114 of 409 ~ 27.87%
B 109 of 409 ~ 26.65'%

%45.48
%27.87
%26.65

CMYK color model

#BA726D color CMYK value is (0,39,41,27).

  • cyan value is 0.00%
  • magenta value is 38.71%
  • yellow value is 41.40%
  • key color value is 27.06%

CMYK: (0,39,41,27)
C0M39Y41K27 (0%, 39%, 41%, 27%)
(0.00 / 0.39 / 0.41 / 0.27)

CMYK percentages

%0
%38.71
%41.4
%27.06

Codes

Color #BA726D in popluar color models

BA 72 6D
RGB 186 114 109
HSL 35.81% 57.84%
HSB/HSV 41.40% 72.94%
CMYK 0.00% 38.71% 41.40%
27.06%

Color #BA726D in popluar number systems.

HEX BA 72 6D
Decimal 186 114 109
Binary 10111010 1110010 1101101
Octal 272 162 155

Shades and tints

Shades of #BA726D

#BA726D
(186,114,109)
#AA6864
(170,104,100)
#9A5E5B
(154,94,91)
#8A5452
(138,84,82)
#7A4A49
(122,74,73)
#6A4040
(106,64,64)
#5A3637
(90,54,55)
#4A2C2E
(74,44,46)
#3A2225
(58,34,37)
#2A181C
(42,24,28)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #BA726D

#BA726D
(186,114,109)
#C07E7A
(192,126,122)
#C68A87
(198,138,135)
#CC9694
(204,150,148)
#D2A2A1
(210,162,161)
#D8AEAE
(216,174,174)
#DEBABB
(222,186,187)
#E4C6C8
(228,198,200)
#EAD2D5
(234,210,213)
#F0DEE2
(240,222,226)
#F6EAEF
(246,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA726D; }

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

This text font color is #BA726D.

Background Color

.myBgColor { background-color: #BA726D; }

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

This div background color is #BA726D.

Border color

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

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

This div border color is #BA726D.

Opacity

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

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

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

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

This text has shadow with #BA726D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA726D.

Preview

Color preview on black background

This text has color #BA726D on black background.


Color preview on white background

This text has color #BA726D on white background.


Black color preview on #BA726D background

This text has black color on #BA726D background.


White color preview on #BA726D background

This text has white color on #BA726D background.


Related colors

Complementary color

Complementary color for #hex is #458D92.


I love getcolorcode.com

Triadic colors

1 #6DBA72 and #726DBA with #BA726D are triadic colors.

2 #6D72BA and #72BA6D with #BA726D are triadic colors.