COLOR #BA7575

HEX: #BA7575
RGB: (186,117,117)

Color info

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

RGB color model

#BA7575 color RGB value is (186,117,117).

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

RGB channels and saturation

R 186 of 255 = 73%
G 117 of 255 = 46%
B 117 of 255 = 46%

186
117
117

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

Portions of RGB colors in percentages

R + G + B =
186 + 117 + 117 = 420 (100%)
R 186 of 420 ~ 44.29%
G 117 of 420 ~ 27.86%
B 117 of 420 ~ 27.86%

%44.29
%27.86
%27.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 37.10%
  • key color value is 27.06%
CMYK:
(0,37,37,27)
C0M37Y37K27 
(0%,37%,37%,27%)
(0.00/0.37/0.37/0.27)	

CMYK percentages

%0
%37.1
%37.1
%27.06

Codes

Color #BA7575 in popluar color models

BA7575
RGB186117117
HSL33.33%59.41%
HSB/HSV37.10%72.94%
CMYK0.00%37.10%37.10%
27.06%

Color #BA7575 in popluar number systems.

HEXBA7575
Decimal186117117
Binary1011101011101011110101
Octal272165165

Shades and tints

Shades of #BA7575

#BA7575
(186,117,117)
#AA6B6B
(170,107,107)
#9A6161
(154,97,97)
#8A5757
(138,87,87)
#7A4D4D
(122,77,77)
#6A4343
(106,67,67)
#5A3939
(90,57,57)
#4A2F2F
(74,47,47)
#3A2525
(58,37,37)
#2A1B1B
(42,27,27)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #BA7575

#BA7575
(186,117,117)
#C08181
(192,129,129)
#C68D8D
(198,141,141)
#CC9999
(204,153,153)
#D2A5A5
(210,165,165)
#D8B1B1
(216,177,177)
#DEBDBD
(222,189,189)
#E4C9C9
(228,201,201)
#EAD5D5
(234,213,213)
#F0E1E1
(240,225,225)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA7575; }

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

This text font color is #BA7575.


Background Color

.myBgColor { background-color: #BA7575; }

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

This div background color is #BA7575.


Border color

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

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

This div border color is #BA7575.


Opacity

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

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

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

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

This text has shadow with #BA7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7575 on black background.


Color preview on white background

This text has color #BA7575 on white background.



Black color preview on #BA7575 background

This text has black color on #BA7575 background.


White color preview on #BA7575 background

This text has white color on #BA7575 background.