COLOR #BA748D

HEX: #BA748D
RGB: (186,116,141)

Color info

#BA748D contains mainly red and blue colors. Web safe color of #BA748D is #CC6699 (or #C69).

RGB color model

#BA748D color RGB value is (186,116,141).

  • red value is 186;
  • green value is 116;
  • blue value is 141.
RGB:
(186,116,141)
(73%,45%,55%)

RGB channels and saturation

R 186 of 255 = 73%
G 116 of 255 = 45%
B 141 of 255 = 55%

186
116
141

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

Portions of RGB colors in percentages

R + G + B =
186 + 116 + 141 = 443 (100%)
R 186 of 443 ~ 41.99%
G 116 of 443 ~ 26.19%
B 141 of 443 ~ 31.83%

%41.99
%26.19
%31.83

CMYK color model

#BA748D color CMYK value is (0,38,24,27).

  • cyan value is 0.00%
  • magenta value is 37.63%
  • yellow value is 24.19%
  • key color value is 27.06%
CMYK:
(0,38,24,27)
C0M38Y24K27 
(0%,38%,24%,27%)
(0.00/0.38/0.24/0.27)	

CMYK percentages

%0
%37.63
%24.19
%27.06

Codes

Color #BA748D in popluar color models

BA748D
RGB186116141
HSL339°33.65%59.22%
HSB/HSV339°37.63%72.94%
CMYK0.00%37.63%24.19%
27.06%

Color #BA748D in popluar number systems.

HEXBA748D
Decimal186116141
Binary10111010111010010001101
Octal272164215

Shades and tints

Shades of #BA748D

#BA748D
(186,116,141)
#AA6A81
(170,106,129)
#9A6075
(154,96,117)
#8A5669
(138,86,105)
#7A4C5D
(122,76,93)
#6A4251
(106,66,81)
#5A3845
(90,56,69)
#4A2E39
(74,46,57)
#3A242D
(58,36,45)
#2A1A21
(42,26,33)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #BA748D

#BA748D
(186,116,141)
#C08097
(192,128,151)
#C68CA1
(198,140,161)
#CC98AB
(204,152,171)
#D2A4B5
(210,164,181)
#D8B0BF
(216,176,191)
#DEBCC9
(222,188,201)
#E4C8D3
(228,200,211)
#EAD4DD
(234,212,221)
#F0E0E7
(240,224,231)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA748D; }

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

This text font color is #BA748D.


Background Color

.myBgColor { background-color: #BA748D; }

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

This div background color is #BA748D.


Border color

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

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

This div border color is #BA748D.


Opacity

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

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

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

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

This text has shadow with #BA748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA748D on black background.


Color preview on white background

This text has color #BA748D on white background.



Black color preview on #BA748D background

This text has black color on #BA748D background.


White color preview on #BA748D background

This text has white color on #BA748D background.