COLOR #BA6955

HEX: #BA6955
RGB: (186,105,85)

Color info

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

RGB color model

#BA6955 color RGB value is (186,105,85).

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

RGB channels and saturation

R 186 of 255 = 73%
G 105 of 255 = 41%
B 85 of 255 = 33%

186
105
85

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

Portions of RGB colors in percentages

R + G + B =
186 + 105 + 85 = 376 (100%)
R 186 of 376 ~ 49.47%
G 105 of 376 ~ 27.93%
B 85 of 376 ~ 22.61%

%49.47
%27.93
%22.61

CMYK color model

#BA6955 color CMYK value is (0,44,54,27).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 54.30%
  • key color value is 27.06%
CMYK:
(0,44,54,27)
C0M44Y54K27 
(0%,44%,54%,27%)
(0.00/0.44/0.54/0.27)	

CMYK percentages

%0
%43.55
%54.3
%27.06

Codes

Color #BA6955 in popluar color models

BA6955
RGB18610585
HSL12°42.26%53.14%
HSB/HSV12°54.30%72.94%
CMYK0.00%43.55%54.30%
27.06%

Color #BA6955 in popluar number systems.

HEXBA6955
Decimal18610585
Binary1011101011010011010101
Octal272151125

Shades and tints

Shades of #BA6955

#BA6955
(186,105,85)
#AA604E
(170,96,78)
#9A5747
(154,87,71)
#8A4E40
(138,78,64)
#7A4539
(122,69,57)
#6A3C32
(106,60,50)
#5A332B
(90,51,43)
#4A2A24
(74,42,36)
#3A211D
(58,33,29)
#2A1816
(42,24,22)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #BA6955

#BA6955
(186,105,85)
#C07664
(192,118,100)
#C68373
(198,131,115)
#CC9082
(204,144,130)
#D29D91
(210,157,145)
#D8AAA0
(216,170,160)
#DEB7AF
(222,183,175)
#E4C4BE
(228,196,190)
#EAD1CD
(234,209,205)
#F0DEDC
(240,222,220)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6955; }

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

This text font color is #BA6955.


Background Color

.myBgColor { background-color: #BA6955; }

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

This div background color is #BA6955.


Border color

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

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

This div border color is #BA6955.


Opacity

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

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

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

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

This text has shadow with #BA6955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6955 on black background.


Color preview on white background

This text has color #BA6955 on white background.



Black color preview on #BA6955 background

This text has black color on #BA6955 background.


White color preview on #BA6955 background

This text has white color on #BA6955 background.