COLOR #BA6659

HEX: #BA6659
RGB: (186,102,89)

Color info

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

RGB color model

#BA6659 color RGB value is (186,102,89).

  • red value is 186;
  • green value is 102;
  • blue value is 89.
RGB:
(186,102,89)
(73%,40%,35%)

RGB channels and saturation

R 186 of 255 = 73%
G 102 of 255 = 40%
B 89 of 255 = 35%

186
102
89

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

Portions of RGB colors in percentages

R + G + B =
186 + 102 + 89 = 377 (100%)
R 186 of 377 ~ 49.34%
G 102 of 377 ~ 27.06%
B 89 of 377 ~ 23.61%

%49.34
%27.06
%23.61

CMYK color model

#BA6659 color CMYK value is (0,45,52,27).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 52.15%
  • key color value is 27.06%
CMYK:
(0,45,52,27)
C0M45Y52K27 
(0%,45%,52%,27%)
(0.00/0.45/0.52/0.27)	

CMYK percentages

%0
%45.16
%52.15
%27.06

Codes

Color #BA6659 in popluar color models

BA6659
RGB18610289
HSL41.28%53.92%
HSB/HSV52.15%72.94%
CMYK0.00%45.16%52.15%
27.06%

Color #BA6659 in popluar number systems.

HEXBA6659
Decimal18610289
Binary1011101011001101011001
Octal272146131

Shades and tints

Shades of #BA6659

#BA6659
(186,102,89)
#AA5D51
(170,93,81)
#9A5449
(154,84,73)
#8A4B41
(138,75,65)
#7A4239
(122,66,57)
#6A3931
(106,57,49)
#5A3029
(90,48,41)
#4A2721
(74,39,33)
#3A1E19
(58,30,25)
#2A1511
(42,21,17)
#1A0C09
(26,12,9)
#000000
(0,0,0)

Tints of #BA6659

#BA6659
(186,102,89)
#C07368
(192,115,104)
#C68077
(198,128,119)
#CC8D86
(204,141,134)
#D29A95
(210,154,149)
#D8A7A4
(216,167,164)
#DEB4B3
(222,180,179)
#E4C1C2
(228,193,194)
#EACED1
(234,206,209)
#F0DBE0
(240,219,224)
#F6E8EF
(246,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6659 color. Also use rgb(186,102,89) instead hex code.

Text Font Color

.myTextColor { color: #BA6659; }

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

This text font color is #BA6659.


Background Color

.myBgColor { background-color: #BA6659; }

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

This div background color is #BA6659.


Border color

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

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

This div border color is #BA6659.


Opacity

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

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

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

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

This text has shadow with #BA6659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6659 on black background.


Color preview on white background

This text has color #BA6659 on white background.



Black color preview on #BA6659 background

This text has black color on #BA6659 background.


White color preview on #BA6659 background

This text has white color on #BA6659 background.