COLOR #BA7868

HEX: #BA7868
RGB: (186,120,104)

Color info

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

RGB color model

#BA7868 color RGB value is (186,120,104).

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

RGB channels and saturation

R 186 of 255 = 73%
G 120 of 255 = 47%
B 104 of 255 = 41%

186
120
104

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

Portions of RGB colors in percentages

R + G + B =
186 + 120 + 104 = 410 (100%)
R 186 of 410 ~ 45.37%
G 120 of 410 ~ 29.27%
B 104 of 410 ~ 25.37%

%45.37
%29.27
%25.37

CMYK color model

#BA7868 color CMYK value is (0,35,44,27).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 44.09%
  • key color value is 27.06%
CMYK:
(0,35,44,27)
C0M35Y44K27 
(0%,35%,44%,27%)
(0.00/0.35/0.44/0.27)	

CMYK percentages

%0
%35.48
%44.09
%27.06

Codes

Color #BA7868 in popluar color models

BA7868
RGB186120104
HSL12°37.27%56.86%
HSB/HSV12°44.09%72.94%
CMYK0.00%35.48%44.09%
27.06%

Color #BA7868 in popluar number systems.

HEXBA7868
Decimal186120104
Binary1011101011110001101000
Octal272170150

Shades and tints

Shades of #BA7868

#BA7868
(186,120,104)
#AA6E5F
(170,110,95)
#9A6456
(154,100,86)
#8A5A4D
(138,90,77)
#7A5044
(122,80,68)
#6A463B
(106,70,59)
#5A3C32
(90,60,50)
#4A3229
(74,50,41)
#3A2820
(58,40,32)
#2A1E17
(42,30,23)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #BA7868

#BA7868
(186,120,104)
#C08475
(192,132,117)
#C69082
(198,144,130)
#CC9C8F
(204,156,143)
#D2A89C
(210,168,156)
#D8B4A9
(216,180,169)
#DEC0B6
(222,192,182)
#E4CCC3
(228,204,195)
#EAD8D0
(234,216,208)
#F0E4DD
(240,228,221)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7868; }

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

This text font color is #BA7868.


Background Color

.myBgColor { background-color: #BA7868; }

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

This div background color is #BA7868.


Border color

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

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

This div border color is #BA7868.


Opacity

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

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

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

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

This text has shadow with #BA7868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7868 on black background.


Color preview on white background

This text has color #BA7868 on white background.



Black color preview on #BA7868 background

This text has black color on #BA7868 background.


White color preview on #BA7868 background

This text has white color on #BA7868 background.