COLOR #BA737D

HEX: #BA737D
RGB: (186,115,125)

Color info

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

RGB color model

#BA737D color RGB value is (186,115,125).

  • red value is 186;
  • green value is 115;
  • blue value is 125.
RGB:
(186,115,125)
(73%,45%,49%)

RGB channels and saturation

R 186 of 255 = 73%
G 115 of 255 = 45%
B 125 of 255 = 49%

186
115
125

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

Portions of RGB colors in percentages

R + G + B =
186 + 115 + 125 = 426 (100%)
R 186 of 426 ~ 43.66%
G 115 of 426 ~ 27%
B 125 of 426 ~ 29.34%

%43.66
%27
%29.34

CMYK color model

#BA737D color CMYK value is (0,38,33,27).

  • cyan value is 0.00%
  • magenta value is 38.17%
  • yellow value is 32.80%
  • key color value is 27.06%
CMYK:
(0,38,33,27)
C0M38Y33K27 
(0%,38%,33%,27%)
(0.00/0.38/0.33/0.27)	

CMYK percentages

%0
%38.17
%32.8
%27.06

Codes

Color #BA737D in popluar color models

BA737D
RGB186115125
HSL352°33.97%59.02%
HSB/HSV352°38.17%72.94%
CMYK0.00%38.17%32.80%
27.06%

Color #BA737D in popluar number systems.

HEXBA737D
Decimal186115125
Binary1011101011100111111101
Octal272163175

Shades and tints

Shades of #BA737D

#BA737D
(186,115,125)
#AA6972
(170,105,114)
#9A5F67
(154,95,103)
#8A555C
(138,85,92)
#7A4B51
(122,75,81)
#6A4146
(106,65,70)
#5A373B
(90,55,59)
#4A2D30
(74,45,48)
#3A2325
(58,35,37)
#2A191A
(42,25,26)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #BA737D

#BA737D
(186,115,125)
#C07F88
(192,127,136)
#C68B93
(198,139,147)
#CC979E
(204,151,158)
#D2A3A9
(210,163,169)
#D8AFB4
(216,175,180)
#DEBBBF
(222,187,191)
#E4C7CA
(228,199,202)
#EAD3D5
(234,211,213)
#F0DFE0
(240,223,224)
#F6EBEB
(246,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA737D; }

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

This text font color is #BA737D.


Background Color

.myBgColor { background-color: #BA737D; }

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

This div background color is #BA737D.


Border color

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

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

This div border color is #BA737D.


Opacity

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

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

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

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

This text has shadow with #BA737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA737D on black background.


Color preview on white background

This text has color #BA737D on white background.



Black color preview on #BA737D background

This text has black color on #BA737D background.


White color preview on #BA737D background

This text has white color on #BA737D background.