COLOR #BA809B

HEX: #BA809B
RGB: (186,128,155)

Color info

#BA809B contains red, green and blue colors in about the same proportion. Web safe color of #BA809B is #CC6699 (or #C69).

RGB color model

#BA809B color RGB value is (186,128,155).

  • red value is 186;
  • green value is 128;
  • blue value is 155.
RGB:
(186,128,155)
(73%,50%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 128 of 255 = 50%
B 155 of 255 = 61%

186
128
155

R + G + B ~ 61%. #BA809B is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 128 + 155 = 469 (100%)
R 186 of 469 ~ 39.66%
G 128 of 469 ~ 27.29%
B 155 of 469 ~ 33.05%

%39.66
%27.29
%33.05

CMYK color model

#BA809B color CMYK value is (0,31,17,27).

  • cyan value is 0.00%
  • magenta value is 31.18%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(0,31,17,27)
C0M31Y17K27 
(0%,31%,17%,27%)
(0.00/0.31/0.17/0.27)	

CMYK percentages

%0
%31.18
%16.67
%27.06

Codes

Color #BA809B in popluar color models

BA809B
RGB186128155
HSL332°29.59%61.57%
HSB/HSV332°31.18%72.94%
CMYK0.00%31.18%16.67%
27.06%

Color #BA809B in popluar number systems.

HEXBA809B
Decimal186128155
Binary101110101000000010011011
Octal272200233

Shades and tints

Shades of #BA809B

#BA809B
(186,128,155)
#AA758D
(170,117,141)
#9A6A7F
(154,106,127)
#8A5F71
(138,95,113)
#7A5463
(122,84,99)
#6A4955
(106,73,85)
#5A3E47
(90,62,71)
#4A3339
(74,51,57)
#3A282B
(58,40,43)
#2A1D1D
(42,29,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #BA809B

#BA809B
(186,128,155)
#C08BA4
(192,139,164)
#C696AD
(198,150,173)
#CCA1B6
(204,161,182)
#D2ACBF
(210,172,191)
#D8B7C8
(216,183,200)
#DEC2D1
(222,194,209)
#E4CDDA
(228,205,218)
#EAD8E3
(234,216,227)
#F0E3EC
(240,227,236)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA809B color. Also use rgb(186,128,155) instead hex code.

Text Font Color

.myTextColor { color: #BA809B; }

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

This text font color is #BA809B.


Background Color

.myBgColor { background-color: #BA809B; }

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

This div background color is #BA809B.


Border color

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

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

This div border color is #BA809B.


Opacity

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

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

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

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

This text has shadow with #BA809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA809B on black background.


Color preview on white background

This text has color #BA809B on white background.



Black color preview on #BA809B background

This text has black color on #BA809B background.


White color preview on #BA809B background

This text has white color on #BA809B background.