COLOR #BA5F6D

HEX: #BA5F6D
RGB: (186,95,109)

Color info

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

RGB color model

#BA5F6D color RGB value is (186,95,109).

  • red value is 186;
  • green value is 95;
  • blue value is 109.
RGB:
(186,95,109)
(73%,37%,43%)

RGB channels and saturation

R 186 of 255 = 73%
G 95 of 255 = 37%
B 109 of 255 = 43%

186
95
109

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

Portions of RGB colors in percentages

R + G + B =
186 + 95 + 109 = 390 (100%)
R 186 of 390 ~ 47.69%
G 95 of 390 ~ 24.36%
B 109 of 390 ~ 27.95%

%47.69
%24.36
%27.95

CMYK color model

#BA5F6D color CMYK value is (0,49,41,27).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 41.40%
  • key color value is 27.06%
CMYK:
(0,49,41,27)
C0M49Y41K27 
(0%,49%,41%,27%)
(0.00/0.49/0.41/0.27)	

CMYK percentages

%0
%48.92
%41.4
%27.06

Codes

Color #BA5F6D in popluar color models

BA5F6D
RGB18695109
HSL351°39.74%55.10%
HSB/HSV351°48.92%72.94%
CMYK0.00%48.92%41.40%
27.06%

Color #BA5F6D in popluar number systems.

HEXBA5F6D
Decimal18695109
Binary1011101010111111101101
Octal272137155

Shades and tints

Shades of #BA5F6D

#BA5F6D
(186,95,109)
#AA5764
(170,87,100)
#9A4F5B
(154,79,91)
#8A4752
(138,71,82)
#7A3F49
(122,63,73)
#6A3740
(106,55,64)
#5A2F37
(90,47,55)
#4A272E
(74,39,46)
#3A1F25
(58,31,37)
#2A171C
(42,23,28)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #BA5F6D

#BA5F6D
(186,95,109)
#C06D7A
(192,109,122)
#C67B87
(198,123,135)
#CC8994
(204,137,148)
#D297A1
(210,151,161)
#D8A5AE
(216,165,174)
#DEB3BB
(222,179,187)
#E4C1C8
(228,193,200)
#EACFD5
(234,207,213)
#F0DDE2
(240,221,226)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5F6D; }

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

This text font color is #BA5F6D.


Background Color

.myBgColor { background-color: #BA5F6D; }

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

This div background color is #BA5F6D.


Border color

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

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

This div border color is #BA5F6D.


Opacity

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

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

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

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

This text has shadow with #BA5F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5F6D on black background.


Color preview on white background

This text has color #BA5F6D on white background.



Black color preview on #BA5F6D background

This text has black color on #BA5F6D background.


White color preview on #BA5F6D background

This text has white color on #BA5F6D background.