COLOR #BD718E

HEX: #BD718E RGB: (189,113,142)

Color info

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

RGB color model

#BD718E color RGB value is (189,113,142).

RGB: (189,113,142) (74%, 44%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 113 of 255 = 44%
B 142 of 255 = 56%

189
113
142

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

Portions of RGB colors in percentages

R + G + B = 189 + 113 + 142 = 444 (100%)
R 189 of 444 ~ 42.57%
G 113 of 444 ~ 25.45%
B 142 of 444 ~ 31.98'%

%42.57
%25.45
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.21%
  • 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
%40.21
%24.87
%25.88

Codes

Color #BD718E in popluar color models

BD 71 8E
RGB 189 113 142
HSL 337° 36.54% 59.22%
HSB/HSV 337° 40.21% 74.12%
CMYK 0.00% 40.21% 24.87%
25.88%

Color #BD718E in popluar number systems.

HEX BD 71 8E
Decimal 189 113 142
Binary 10111101 1110001 10001110
Octal 275 161 216

Shades and tints

Shades of #BD718E

#BD718E
(189,113,142)
#AC6782
(172,103,130)
#9B5D76
(155,93,118)
#8A536A
(138,83,106)
#79495E
(121,73,94)
#683F52
(104,63,82)
#573546
(87,53,70)
#462B3A
(70,43,58)
#35212E
(53,33,46)
#241722
(36,23,34)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #BD718E

#BD718E
(189,113,142)
#C37D98
(195,125,152)
#C989A2
(201,137,162)
#CF95AC
(207,149,172)
#D5A1B6
(213,161,182)
#DBADC0
(219,173,192)
#E1B9CA
(225,185,202)
#E7C5D4
(231,197,212)
#EDD1DE
(237,209,222)
#F3DDE8
(243,221,232)
#F9E9F2
(249,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD718E; }

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

This text font color is #BD718E.

Background Color

.myBgColor { background-color: #BD718E; }

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

This div background color is #BD718E.

Border color

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

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

This div border color is #BD718E.

Opacity

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

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

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

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

This text has shadow with #BD718E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD718E.

Preview

Color preview on black background

This text has color #BD718E on black background.


Color preview on white background

This text has color #BD718E on white background.


Black color preview on #BD718E background

This text has black color on #BD718E background.


White color preview on #BD718E background

This text has white color on #BD718E background.


Related colors

Complementary color

Complementary color for #hex is #428E71.


I love getcolorcode.com

Triadic colors

1 #8EBD71 and #718EBD with #BD718E are triadic colors.

2 #8E71BD and #71BD8E with #BD718E are triadic colors.