COLOR #BA6B73

HEX: #BA6B73 RGB: (186,107,115)

Color info

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

RGB color model

#BA6B73 color RGB value is (186,107,115).

RGB: (186,107,115) (73%, 42%, 45%)

RGB channels and saturation

R 186 of 255 = 73%
G 107 of 255 = 42%
B 115 of 255 = 45%

186
107
115

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

Portions of RGB colors in percentages

R + G + B = 186 + 107 + 115 = 408 (100%)
R 186 of 408 ~ 45.59%
G 107 of 408 ~ 26.23%
B 115 of 408 ~ 28.19'%

%45.59
%26.23
%28.19

CMYK color model

#BA6B73 color CMYK value is (0,42,38,27).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 38.17%
  • key color value is 27.06%

CMYK: (0,42,38,27)
C0M42Y38K27 (0%, 42%, 38%, 27%)
(0.00 / 0.42 / 0.38 / 0.27)

CMYK percentages

%0
%42.47
%38.17
%27.06

Codes

Color #BA6B73 in popluar color models

BA 6B 73
RGB 186 107 115
HSL 354° 36.41% 57.45%
HSB/HSV 354° 42.47% 72.94%
CMYK 0.00% 42.47% 38.17%
27.06%

Color #BA6B73 in popluar number systems.

HEX BA 6B 73
Decimal 186 107 115
Binary 10111010 1101011 1110011
Octal 272 153 163

Shades and tints

Shades of #BA6B73

#BA6B73
(186,107,115)
#AA6269
(170,98,105)
#9A595F
(154,89,95)
#8A5055
(138,80,85)
#7A474B
(122,71,75)
#6A3E41
(106,62,65)
#5A3537
(90,53,55)
#4A2C2D
(74,44,45)
#3A2323
(58,35,35)
#2A1A19
(42,26,25)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #BA6B73

#BA6B73
(186,107,115)
#C0787F
(192,120,127)
#C6858B
(198,133,139)
#CC9297
(204,146,151)
#D29FA3
(210,159,163)
#D8ACAF
(216,172,175)
#DEB9BB
(222,185,187)
#E4C6C7
(228,198,199)
#EAD3D3
(234,211,211)
#F0E0DF
(240,224,223)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6B73 color. Also use rgb(186,107,115) instead hex code.

Text Font Color

.myTextColor { color: #BA6B73; }

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

This text font color is #BA6B73.

Background Color

.myBgColor { background-color: #BA6B73; }

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

This div background color is #BA6B73.

Border color

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

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

This div border color is #BA6B73.

Opacity

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

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

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

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

This text has shadow with #BA6B73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6B73.

Preview

Color preview on black background

This text has color #BA6B73 on black background.


Color preview on white background

This text has color #BA6B73 on white background.


Black color preview on #BA6B73 background

This text has black color on #BA6B73 background.


White color preview on #BA6B73 background

This text has white color on #BA6B73 background.


Related colors

Complementary color

Complementary color for #hex is #45948C.


I love getcolorcode.com

Triadic colors

1 #73BA6B and #6B73BA with #BA6B73 are triadic colors.

2 #736BBA and #6BBA73 with #BA6B73 are triadic colors.