COLOR #BD728E

HEX: #BD728E
RGB: (189,114,142)

Color info

#BD728E contains mainly red and blue colors. Web safe color of #BD728E is #CC6699 (or #C69).

RGB color model

#BD728E color RGB value is (189,114,142).

  • red value is 189;
  • green value is 114;
  • blue value is 142.
RGB:
(189,114,142)
(74%,45%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 114 of 255 = 45%
B 142 of 255 = 56%

189
114
142

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

Portions of RGB colors in percentages

R + G + B =
189 + 114 + 142 = 445 (100%)
R 189 of 445 ~ 42.47%
G 114 of 445 ~ 25.62%
B 142 of 445 ~ 31.91%

%42.47
%25.62
%31.91

CMYK color model

#BD728E color CMYK value is (0,40,25,26).

  • cyan value is 0.00%
  • magenta value is 39.68%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK:
(0,40,25,26)
C0M40Y25K26 
(0%,40%,25%,26%)
(0.00/0.40/0.25/0.26)	

CMYK percentages

%0
%39.68
%24.87
%25.88

Codes

Color #BD728E in popluar color models

BD728E
RGB189114142
HSL338°36.23%59.41%
HSB/HSV338°39.68%74.12%
CMYK0.00%39.68%24.87%
25.88%

Color #BD728E in popluar number systems.

HEXBD728E
Decimal189114142
Binary10111101111001010001110
Octal275162216

Shades and tints

Shades of #BD728E

#BD728E
(189,114,142)
#AC6882
(172,104,130)
#9B5E76
(155,94,118)
#8A546A
(138,84,106)
#794A5E
(121,74,94)
#684052
(104,64,82)
#573646
(87,54,70)
#462C3A
(70,44,58)
#35222E
(53,34,46)
#241822
(36,24,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #BD728E

#BD728E
(189,114,142)
#C37E98
(195,126,152)
#C98AA2
(201,138,162)
#CF96AC
(207,150,172)
#D5A2B6
(213,162,182)
#DBAEC0
(219,174,192)
#E1BACA
(225,186,202)
#E7C6D4
(231,198,212)
#EDD2DE
(237,210,222)
#F3DEE8
(243,222,232)
#F9EAF2
(249,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD728E color. Also use rgb(189,114,142) instead hex code.

Text Font Color

.myTextColor { color: #BD728E; }

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

This text font color is #BD728E.


Background Color

.myBgColor { background-color: #BD728E; }

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

This div background color is #BD728E.


Border color

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

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

This div border color is #BD728E.


Opacity

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

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

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

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

This text has shadow with #BD728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD728E on black background.


Color preview on white background

This text has color #BD728E on white background.



Black color preview on #BD728E background

This text has black color on #BD728E background.


White color preview on #BD728E background

This text has white color on #BD728E background.