COLOR #BA6655

HEX: #BA6655
RGB: (186,102,85)

Color info

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

RGB color model

#BA6655 color RGB value is (186,102,85).

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

RGB channels and saturation

R 186 of 255 = 73%
G 102 of 255 = 40%
B 85 of 255 = 33%

186
102
85

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

Portions of RGB colors in percentages

R + G + B =
186 + 102 + 85 = 373 (100%)
R 186 of 373 ~ 49.87%
G 102 of 373 ~ 27.35%
B 85 of 373 ~ 22.79%

%49.87
%27.35
%22.79

CMYK color model

#BA6655 color CMYK value is (0,45,54,27).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 54.30%
  • key color value is 27.06%
CMYK:
(0,45,54,27)
C0M45Y54K27 
(0%,45%,54%,27%)
(0.00/0.45/0.54/0.27)	

CMYK percentages

%0
%45.16
%54.3
%27.06

Codes

Color #BA6655 in popluar color models

BA6655
RGB18610285
HSL10°42.26%53.14%
HSB/HSV10°54.30%72.94%
CMYK0.00%45.16%54.30%
27.06%

Color #BA6655 in popluar number systems.

HEXBA6655
Decimal18610285
Binary1011101011001101010101
Octal272146125

Shades and tints

Shades of #BA6655

#BA6655
(186,102,85)
#AA5D4E
(170,93,78)
#9A5447
(154,84,71)
#8A4B40
(138,75,64)
#7A4239
(122,66,57)
#6A3932
(106,57,50)
#5A302B
(90,48,43)
#4A2724
(74,39,36)
#3A1E1D
(58,30,29)
#2A1516
(42,21,22)
#1A0C0F
(26,12,15)
#000000
(0,0,0)

Tints of #BA6655

#BA6655
(186,102,85)
#C07364
(192,115,100)
#C68073
(198,128,115)
#CC8D82
(204,141,130)
#D29A91
(210,154,145)
#D8A7A0
(216,167,160)
#DEB4AF
(222,180,175)
#E4C1BE
(228,193,190)
#EACECD
(234,206,205)
#F0DBDC
(240,219,220)
#F6E8EB
(246,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6655; }

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

This text font color is #BA6655.


Background Color

.myBgColor { background-color: #BA6655; }

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

This div background color is #BA6655.


Border color

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

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

This div border color is #BA6655.


Opacity

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

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

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

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

This text has shadow with #BA6655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6655 on black background.


Color preview on white background

This text has color #BA6655 on white background.



Black color preview on #BA6655 background

This text has black color on #BA6655 background.


White color preview on #BA6655 background

This text has white color on #BA6655 background.