COLOR #BA6B68

HEX: #BA6B68
RGB: (186,107,104)

Color info

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

RGB color model

#BA6B68 color RGB value is (186,107,104).

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

RGB channels and saturation

R 186 of 255 = 73%
G 107 of 255 = 42%
B 104 of 255 = 41%

186
107
104

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

Portions of RGB colors in percentages

R + G + B =
186 + 107 + 104 = 397 (100%)
R 186 of 397 ~ 46.85%
G 107 of 397 ~ 26.95%
B 104 of 397 ~ 26.2%

%46.85
%26.95
%26.2

CMYK color model

#BA6B68 color CMYK value is (0,42,44,27).

  • cyan value is 0.00%
  • magenta value is 42.47%
  • yellow value is 44.09%
  • key color value is 27.06%
CMYK:
(0,42,44,27)
C0M42Y44K27 
(0%,42%,44%,27%)
(0.00/0.42/0.44/0.27)	

CMYK percentages

%0
%42.47
%44.09
%27.06

Codes

Color #BA6B68 in popluar color models

BA6B68
RGB186107104
HSL37.27%56.86%
HSB/HSV44.09%72.94%
CMYK0.00%42.47%44.09%
27.06%

Color #BA6B68 in popluar number systems.

HEXBA6B68
Decimal186107104
Binary1011101011010111101000
Octal272153150

Shades and tints

Shades of #BA6B68

#BA6B68
(186,107,104)
#AA625F
(170,98,95)
#9A5956
(154,89,86)
#8A504D
(138,80,77)
#7A4744
(122,71,68)
#6A3E3B
(106,62,59)
#5A3532
(90,53,50)
#4A2C29
(74,44,41)
#3A2320
(58,35,32)
#2A1A17
(42,26,23)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #BA6B68

#BA6B68
(186,107,104)
#C07875
(192,120,117)
#C68582
(198,133,130)
#CC928F
(204,146,143)
#D29F9C
(210,159,156)
#D8ACA9
(216,172,169)
#DEB9B6
(222,185,182)
#E4C6C3
(228,198,195)
#EAD3D0
(234,211,208)
#F0E0DD
(240,224,221)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA6B68; }

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

This text font color is #BA6B68.


Background Color

.myBgColor { background-color: #BA6B68; }

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

This div background color is #BA6B68.


Border color

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

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

This div border color is #BA6B68.


Opacity

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

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

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

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

This text has shadow with #BA6B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6B68 on black background.


Color preview on white background

This text has color #BA6B68 on white background.



Black color preview on #BA6B68 background

This text has black color on #BA6B68 background.


White color preview on #BA6B68 background

This text has white color on #BA6B68 background.