COLOR #BA626B

HEX: #BA626B
RGB: (186,98,107)

Color info

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

RGB color model

#BA626B color RGB value is (186,98,107).

  • red value is 186;
  • green value is 98;
  • blue value is 107.
RGB:
(186,98,107)
(73%,38%,42%)

RGB channels and saturation

R 186 of 255 = 73%
G 98 of 255 = 38%
B 107 of 255 = 42%

186
98
107

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

Portions of RGB colors in percentages

R + G + B =
186 + 98 + 107 = 391 (100%)
R 186 of 391 ~ 47.57%
G 98 of 391 ~ 25.06%
B 107 of 391 ~ 27.37%

%47.57
%25.06
%27.37

CMYK color model

#BA626B color CMYK value is (0,47,42,27).

  • cyan value is 0.00%
  • magenta value is 47.31%
  • yellow value is 42.47%
  • key color value is 27.06%
CMYK:
(0,47,42,27)
C0M47Y42K27 
(0%,47%,42%,27%)
(0.00/0.47/0.42/0.27)	

CMYK percentages

%0
%47.31
%42.47
%27.06

Codes

Color #BA626B in popluar color models

BA626B
RGB18698107
HSL354°38.94%55.69%
HSB/HSV354°47.31%72.94%
CMYK0.00%47.31%42.47%
27.06%

Color #BA626B in popluar number systems.

HEXBA626B
Decimal18698107
Binary1011101011000101101011
Octal272142153

Shades and tints

Shades of #BA626B

#BA626B
(186,98,107)
#AA5A62
(170,90,98)
#9A5259
(154,82,89)
#8A4A50
(138,74,80)
#7A4247
(122,66,71)
#6A3A3E
(106,58,62)
#5A3235
(90,50,53)
#4A2A2C
(74,42,44)
#3A2223
(58,34,35)
#2A1A1A
(42,26,26)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #BA626B

#BA626B
(186,98,107)
#C07078
(192,112,120)
#C67E85
(198,126,133)
#CC8C92
(204,140,146)
#D29A9F
(210,154,159)
#D8A8AC
(216,168,172)
#DEB6B9
(222,182,185)
#E4C4C6
(228,196,198)
#EAD2D3
(234,210,211)
#F0E0E0
(240,224,224)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA626B; }

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

This text font color is #BA626B.


Background Color

.myBgColor { background-color: #BA626B; }

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

This div background color is #BA626B.


Border color

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

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

This div border color is #BA626B.


Opacity

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

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

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

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

This text has shadow with #BA626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA626B on black background.


Color preview on white background

This text has color #BA626B on white background.



Black color preview on #BA626B background

This text has black color on #BA626B background.


White color preview on #BA626B background

This text has white color on #BA626B background.