COLOR #BA7659

HEX: #BA7659
RGB: (186,118,89)

Color info

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

RGB color model

#BA7659 color RGB value is (186,118,89).

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

RGB channels and saturation

R 186 of 255 = 73%
G 118 of 255 = 46%
B 89 of 255 = 35%

186
118
89

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

Portions of RGB colors in percentages

R + G + B =
186 + 118 + 89 = 393 (100%)
R 186 of 393 ~ 47.33%
G 118 of 393 ~ 30.03%
B 89 of 393 ~ 22.65%

%47.33
%30.03
%22.65

CMYK color model

#BA7659 color CMYK value is (0,37,52,27).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 52.15%
  • key color value is 27.06%
CMYK:
(0,37,52,27)
C0M37Y52K27 
(0%,37%,52%,27%)
(0.00/0.37/0.52/0.27)	

CMYK percentages

%0
%36.56
%52.15
%27.06

Codes

Color #BA7659 in popluar color models

BA7659
RGB18611889
HSL18°41.28%53.92%
HSB/HSV18°52.15%72.94%
CMYK0.00%36.56%52.15%
27.06%

Color #BA7659 in popluar number systems.

HEXBA7659
Decimal18611889
Binary1011101011101101011001
Octal272166131

Shades and tints

Shades of #BA7659

#BA7659
(186,118,89)
#AA6C51
(170,108,81)
#9A6249
(154,98,73)
#8A5841
(138,88,65)
#7A4E39
(122,78,57)
#6A4431
(106,68,49)
#5A3A29
(90,58,41)
#4A3021
(74,48,33)
#3A2619
(58,38,25)
#2A1C11
(42,28,17)
#1A1209
(26,18,9)
#000000
(0,0,0)

Tints of #BA7659

#BA7659
(186,118,89)
#C08268
(192,130,104)
#C68E77
(198,142,119)
#CC9A86
(204,154,134)
#D2A695
(210,166,149)
#D8B2A4
(216,178,164)
#DEBEB3
(222,190,179)
#E4CAC2
(228,202,194)
#EAD6D1
(234,214,209)
#F0E2E0
(240,226,224)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7659; }

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

This text font color is #BA7659.


Background Color

.myBgColor { background-color: #BA7659; }

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

This div background color is #BA7659.


Border color

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

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

This div border color is #BA7659.


Opacity

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

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

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

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

This text has shadow with #BA7659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7659 on black background.


Color preview on white background

This text has color #BA7659 on white background.



Black color preview on #BA7659 background

This text has black color on #BA7659 background.


White color preview on #BA7659 background

This text has white color on #BA7659 background.