COLOR #BA5F6A

HEX: #BA5F6A
RGB: (186,95,106)

Color info

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

RGB color model

#BA5F6A color RGB value is (186,95,106).

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

RGB channels and saturation

R 186 of 255 = 73%
G 95 of 255 = 37%
B 106 of 255 = 42%

186
95
106

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

Portions of RGB colors in percentages

R + G + B =
186 + 95 + 106 = 387 (100%)
R 186 of 387 ~ 48.06%
G 95 of 387 ~ 24.55%
B 106 of 387 ~ 27.39%

%48.06
%24.55
%27.39

CMYK color model

#BA5F6A color CMYK value is (0,49,43,27).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 43.01%
  • key color value is 27.06%
CMYK:
(0,49,43,27)
C0M49Y43K27 
(0%,49%,43%,27%)
(0.00/0.49/0.43/0.27)	

CMYK percentages

%0
%48.92
%43.01
%27.06

Codes

Color #BA5F6A in popluar color models

BA5F6A
RGB18695106
HSL353°39.74%55.10%
HSB/HSV353°48.92%72.94%
CMYK0.00%48.92%43.01%
27.06%

Color #BA5F6A in popluar number systems.

HEXBA5F6A
Decimal18695106
Binary1011101010111111101010
Octal272137152

Shades and tints

Shades of #BA5F6A

#BA5F6A
(186,95,106)
#AA5761
(170,87,97)
#9A4F58
(154,79,88)
#8A474F
(138,71,79)
#7A3F46
(122,63,70)
#6A373D
(106,55,61)
#5A2F34
(90,47,52)
#4A272B
(74,39,43)
#3A1F22
(58,31,34)
#2A1719
(42,23,25)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #BA5F6A

#BA5F6A
(186,95,106)
#C06D77
(192,109,119)
#C67B84
(198,123,132)
#CC8991
(204,137,145)
#D2979E
(210,151,158)
#D8A5AB
(216,165,171)
#DEB3B8
(222,179,184)
#E4C1C5
(228,193,197)
#EACFD2
(234,207,210)
#F0DDDF
(240,221,223)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA5F6A; }

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

This text font color is #BA5F6A.


Background Color

.myBgColor { background-color: #BA5F6A; }

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

This div background color is #BA5F6A.


Border color

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

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

This div border color is #BA5F6A.


Opacity

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

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

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

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

This text has shadow with #BA5F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5F6A on black background.


Color preview on white background

This text has color #BA5F6A on white background.



Black color preview on #BA5F6A background

This text has black color on #BA5F6A background.


White color preview on #BA5F6A background

This text has white color on #BA5F6A background.