COLOR #BA8290

HEX: #BA8290
RGB: (186,130,144)

Color info

#BA8290 contains red, green and blue colors in about the same proportion. Web safe color of #BA8290 is #CC9999 (or #C99).

RGB color model

#BA8290 color RGB value is (186,130,144).

  • red value is 186;
  • green value is 130;
  • blue value is 144.
RGB:
(186,130,144)
(73%,51%,56%)

RGB channels and saturation

R 186 of 255 = 73%
G 130 of 255 = 51%
B 144 of 255 = 56%

186
130
144

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

Portions of RGB colors in percentages

R + G + B =
186 + 130 + 144 = 460 (100%)
R 186 of 460 ~ 40.43%
G 130 of 460 ~ 28.26%
B 144 of 460 ~ 31.3%

%40.43
%28.26
%31.3

CMYK color model

#BA8290 color CMYK value is (0,30,23,27).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 22.58%
  • key color value is 27.06%
CMYK:
(0,30,23,27)
C0M30Y23K27 
(0%,30%,23%,27%)
(0.00/0.30/0.23/0.27)	

CMYK percentages

%0
%30.11
%22.58
%27.06

Codes

Color #BA8290 in popluar color models

BA8290
RGB186130144
HSL345°28.87%61.96%
HSB/HSV345°30.11%72.94%
CMYK0.00%30.11%22.58%
27.06%

Color #BA8290 in popluar number systems.

HEXBA8290
Decimal186130144
Binary101110101000001010010000
Octal272202220

Shades and tints

Shades of #BA8290

#BA8290
(186,130,144)
#AA7783
(170,119,131)
#9A6C76
(154,108,118)
#8A6169
(138,97,105)
#7A565C
(122,86,92)
#6A4B4F
(106,75,79)
#5A4042
(90,64,66)
#4A3535
(74,53,53)
#3A2A28
(58,42,40)
#2A1F1B
(42,31,27)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #BA8290

#BA8290
(186,130,144)
#C08D9A
(192,141,154)
#C698A4
(198,152,164)
#CCA3AE
(204,163,174)
#D2AEB8
(210,174,184)
#D8B9C2
(216,185,194)
#DEC4CC
(222,196,204)
#E4CFD6
(228,207,214)
#EADAE0
(234,218,224)
#F0E5EA
(240,229,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8290 color. Also use rgb(186,130,144) instead hex code.

Text Font Color

.myTextColor { color: #BA8290; }

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

This text font color is #BA8290.


Background Color

.myBgColor { background-color: #BA8290; }

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

This div background color is #BA8290.


Border color

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

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

This div border color is #BA8290.


Opacity

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

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

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

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

This text has shadow with #BA8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8290 on black background.


Color preview on white background

This text has color #BA8290 on white background.



Black color preview on #BA8290 background

This text has black color on #BA8290 background.


White color preview on #BA8290 background

This text has white color on #BA8290 background.