COLOR #BA6F74

HEX: #BA6F74
RGB: (186,111,116)

Color info

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

RGB color model

#BA6F74 color RGB value is (186,111,116).

  • red value is 186;
  • green value is 111;
  • blue value is 116.
RGB:
(186,111,116)
(73%,44%,45%)

RGB channels and saturation

R 186 of 255 = 73%
G 111 of 255 = 44%
B 116 of 255 = 45%

186
111
116

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

Portions of RGB colors in percentages

R + G + B =
186 + 111 + 116 = 413 (100%)
R 186 of 413 ~ 45.04%
G 111 of 413 ~ 26.88%
B 116 of 413 ~ 28.09%

%45.04
%26.88
%28.09

CMYK color model

#BA6F74 color CMYK value is (0,40,38,27).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 37.63%
  • key color value is 27.06%
CMYK:
(0,40,38,27)
C0M40Y38K27 
(0%,40%,38%,27%)
(0.00/0.40/0.38/0.27)	

CMYK percentages

%0
%40.32
%37.63
%27.06

Codes

Color #BA6F74 in popluar color models

BA6F74
RGB186111116
HSL356°35.21%58.24%
HSB/HSV356°40.32%72.94%
CMYK0.00%40.32%37.63%
27.06%

Color #BA6F74 in popluar number systems.

HEXBA6F74
Decimal186111116
Binary1011101011011111110100
Octal272157164

Shades and tints

Shades of #BA6F74

#BA6F74
(186,111,116)
#AA656A
(170,101,106)
#9A5B60
(154,91,96)
#8A5156
(138,81,86)
#7A474C
(122,71,76)
#6A3D42
(106,61,66)
#5A3338
(90,51,56)
#4A292E
(74,41,46)
#3A1F24
(58,31,36)
#2A151A
(42,21,26)
#1A0B10
(26,11,16)
#000000
(0,0,0)

Tints of #BA6F74

#BA6F74
(186,111,116)
#C07C80
(192,124,128)
#C6898C
(198,137,140)
#CC9698
(204,150,152)
#D2A3A4
(210,163,164)
#D8B0B0
(216,176,176)
#DEBDBC
(222,189,188)
#E4CAC8
(228,202,200)
#EAD7D4
(234,215,212)
#F0E4E0
(240,228,224)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6F74 color. Also use rgb(186,111,116) instead hex code.

Text Font Color

.myTextColor { color: #BA6F74; }

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

This text font color is #BA6F74.


Background Color

.myBgColor { background-color: #BA6F74; }

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

This div background color is #BA6F74.


Border color

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

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

This div border color is #BA6F74.


Opacity

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

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

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

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

This text has shadow with #BA6F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6F74 on black background.


Color preview on white background

This text has color #BA6F74 on white background.



Black color preview on #BA6F74 background

This text has black color on #BA6F74 background.


White color preview on #BA6F74 background

This text has white color on #BA6F74 background.