COLOR #BA6873

HEX: #BA6873
RGB: (186,104,115)

Color info

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

RGB color model

#BA6873 color RGB value is (186,104,115).

  • red value is 186;
  • green value is 104;
  • blue value is 115.
RGB: (186,104,115) (73%,41%,45%)

RGB channels and saturation

R 186 of 255 = 73%
G 104 of 255 = 41%
B 115 of 255 = 45%

186
104
115

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

Portions of RGB colors in percentages

R + G + B =
186 + 104 + 115 = 405 (100%)
R 186 of 405 ~ 45.93%
G 104 of 405 ~ 25.68%
B 115 of 405 ~ 28.4%

%45.93
%25.68
%28.4

CMYK color model

#BA6873 color CMYK value is (0,44,38,27).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 38.17%
  • key color value is 27.06%
CMYK: (0,44,38,27) C0M44Y38K27 (0%,44%,38%,27%) (0.00/0.44/0.38/0.27)

CMYK percentages

%0
%44.09
%38.17
%27.06

Codes

Color #BA6873 in popluar color models

BA6873
RGB186104115
HSL352°37.27%56.86%
HSB/HSV352°44.09%72.94%
CMYK0.00%44.09%38.17%
27.06%

Color #BA6873 in popluar number systems.

HEXBA6873
Decimal186104115
Binary1011101011010001110011
Octal272150163

Shades and tints

Shades of #BA6873

#BA6873
(186,104,115)
#AA5F69
(170,95,105)
#9A565F
(154,86,95)
#8A4D55
(138,77,85)
#7A444B
(122,68,75)
#6A3B41
(106,59,65)
#5A3237
(90,50,55)
#4A292D
(74,41,45)
#3A2023
(58,32,35)
#2A1719
(42,23,25)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #BA6873

#BA6873
(186,104,115)
#C0757F
(192,117,127)
#C6828B
(198,130,139)
#CC8F97
(204,143,151)
#D29CA3
(210,156,163)
#D8A9AF
(216,169,175)
#DEB6BB
(222,182,187)
#E4C3C7
(228,195,199)
#EAD0D3
(234,208,211)
#F0DDDF
(240,221,223)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6873; }

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

This text font color is #BA6873.


Background Color

.myBgColor { background-color: #BA6873; }

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

This div background color is #BA6873.


Border color

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

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

This div border color is #BA6873.


Opacity

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

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

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

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

This text has shadow with #BA6873 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BA6873 on black background.


Color preview on white background

This text has color #BA6873 on white background.



Black color preview on #BA6873 background

This text has black color on #BA6873 background.


White color preview on #BA6873 background

This text has white color on #BA6873 background.