COLOR #BA6A76

HEX: #BA6A76
RGB: (186,106,118)

Color info

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

RGB color model

#BA6A76 color RGB value is (186,106,118).

  • red value is 186;
  • green value is 106;
  • blue value is 118.
RGB:
(186,106,118)
(73%,42%,46%)

RGB channels and saturation

R 186 of 255 = 73%
G 106 of 255 = 42%
B 118 of 255 = 46%

186
106
118

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

Portions of RGB colors in percentages

R + G + B =
186 + 106 + 118 = 410 (100%)
R 186 of 410 ~ 45.37%
G 106 of 410 ~ 25.85%
B 118 of 410 ~ 28.78%

%45.37
%25.85
%28.78

CMYK color model

#BA6A76 color CMYK value is (0,43,37,27).

  • cyan value is 0.00%
  • magenta value is 43.01%
  • yellow value is 36.56%
  • key color value is 27.06%
CMYK:
(0,43,37,27)
C0M43Y37K27 
(0%,43%,37%,27%)
(0.00/0.43/0.37/0.27)	

CMYK percentages

%0
%43.01
%36.56
%27.06

Codes

Color #BA6A76 in popluar color models

BA6A76
RGB186106118
HSL351°36.70%57.25%
HSB/HSV351°43.01%72.94%
CMYK0.00%43.01%36.56%
27.06%

Color #BA6A76 in popluar number systems.

HEXBA6A76
Decimal186106118
Binary1011101011010101110110
Octal272152166

Shades and tints

Shades of #BA6A76

#BA6A76
(186,106,118)
#AA616C
(170,97,108)
#9A5862
(154,88,98)
#8A4F58
(138,79,88)
#7A464E
(122,70,78)
#6A3D44
(106,61,68)
#5A343A
(90,52,58)
#4A2B30
(74,43,48)
#3A2226
(58,34,38)
#2A191C
(42,25,28)
#1A1012
(26,16,18)
#000000
(0,0,0)

Tints of #BA6A76

#BA6A76
(186,106,118)
#C07782
(192,119,130)
#C6848E
(198,132,142)
#CC919A
(204,145,154)
#D29EA6
(210,158,166)
#D8ABB2
(216,171,178)
#DEB8BE
(222,184,190)
#E4C5CA
(228,197,202)
#EAD2D6
(234,210,214)
#F0DFE2
(240,223,226)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6A76 color. Also use rgb(186,106,118) instead hex code.

Text Font Color

.myTextColor { color: #BA6A76; }

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

This text font color is #BA6A76.


Background Color

.myBgColor { background-color: #BA6A76; }

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

This div background color is #BA6A76.


Border color

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

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

This div border color is #BA6A76.


Opacity

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

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

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

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

This text has shadow with #BA6A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6A76 on black background.


Color preview on white background

This text has color #BA6A76 on white background.



Black color preview on #BA6A76 background

This text has black color on #BA6A76 background.


White color preview on #BA6A76 background

This text has white color on #BA6A76 background.