COLOR #BA595B

HEX: #BA595B
RGB: (186,89,91)

Color info

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

RGB color model

#BA595B color RGB value is (186,89,91).

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

RGB channels and saturation

R 186 of 255 = 73%
G 89 of 255 = 35%
B 91 of 255 = 36%

186
89
91

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

Portions of RGB colors in percentages

R + G + B =
186 + 89 + 91 = 366 (100%)
R 186 of 366 ~ 50.82%
G 89 of 366 ~ 24.32%
B 91 of 366 ~ 24.86%

%50.82
%24.32
%24.86

CMYK color model

#BA595B color CMYK value is (0,52,51,27).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 51.08%
  • key color value is 27.06%
CMYK:
(0,52,51,27)
C0M52Y51K27 
(0%,52%,51%,27%)
(0.00/0.52/0.51/0.27)	

CMYK percentages

%0
%52.15
%51.08
%27.06

Codes

Color #BA595B in popluar color models

BA595B
RGB1868991
HSL359°41.28%53.92%
HSB/HSV359°52.15%72.94%
CMYK0.00%52.15%51.08%
27.06%

Color #BA595B in popluar number systems.

HEXBA595B
Decimal1868991
Binary1011101010110011011011
Octal272131133

Shades and tints

Shades of #BA595B

#BA595B
(186,89,91)
#AA5153
(170,81,83)
#9A494B
(154,73,75)
#8A4143
(138,65,67)
#7A393B
(122,57,59)
#6A3133
(106,49,51)
#5A292B
(90,41,43)
#4A2123
(74,33,35)
#3A191B
(58,25,27)
#2A1113
(42,17,19)
#1A090B
(26,9,11)
#000000
(0,0,0)

Tints of #BA595B

#BA595B
(186,89,91)
#C06869
(192,104,105)
#C67777
(198,119,119)
#CC8685
(204,134,133)
#D29593
(210,149,147)
#D8A4A1
(216,164,161)
#DEB3AF
(222,179,175)
#E4C2BD
(228,194,189)
#EAD1CB
(234,209,203)
#F0E0D9
(240,224,217)
#F6EFE7
(246,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA595B; }

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

This text font color is #BA595B.


Background Color

.myBgColor { background-color: #BA595B; }

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

This div background color is #BA595B.


Border color

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

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

This div border color is #BA595B.


Opacity

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

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

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

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

This text has shadow with #BA595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA595B on black background.


Color preview on white background

This text has color #BA595B on white background.



Black color preview on #BA595B background

This text has black color on #BA595B background.


White color preview on #BA595B background

This text has white color on #BA595B background.