COLOR #BD7D91

HEX: #BD7D91 RGB: (189,125,145)

Color info

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

RGB color model

#BD7D91 color RGB value is (189,125,145).

RGB: (189,125,145) (74%, 49%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 145 of 255 = 57%

189
125
145

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

Portions of RGB colors in percentages

R + G + B = 189 + 125 + 145 = 459 (100%)
R 189 of 459 ~ 41.18%
G 125 of 459 ~ 27.23%
B 145 of 459 ~ 31.59'%

%41.18
%27.23
%31.59

CMYK color model

#BD7D91 color CMYK value is (0,34,23,26).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 23.28%
  • key color value is 25.88%

CMYK: (0,34,23,26)
C0M34Y23K26 (0%, 34%, 23%, 26%)
(0.00 / 0.34 / 0.23 / 0.26)

CMYK percentages

%0
%33.86
%23.28
%25.88

Codes

Color #BD7D91 in popluar color models

BD 7D 91
RGB 189 125 145
HSL 341° 32.65% 61.57%
HSB/HSV 341° 33.86% 74.12%
CMYK 0.00% 33.86% 23.28%
25.88%

Color #BD7D91 in popluar number systems.

HEX BD 7D 91
Decimal 189 125 145
Binary 10111101 1111101 10010001
Octal 275 175 221

Shades and tints

Shades of #BD7D91

#BD7D91
(189,125,145)
#AC7284
(172,114,132)
#9B6777
(155,103,119)
#8A5C6A
(138,92,106)
#79515D
(121,81,93)
#684650
(104,70,80)
#573B43
(87,59,67)
#463036
(70,48,54)
#352529
(53,37,41)
#241A1C
(36,26,28)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #BD7D91

#BD7D91
(189,125,145)
#C3889B
(195,136,155)
#C993A5
(201,147,165)
#CF9EAF
(207,158,175)
#D5A9B9
(213,169,185)
#DBB4C3
(219,180,195)
#E1BFCD
(225,191,205)
#E7CAD7
(231,202,215)
#EDD5E1
(237,213,225)
#F3E0EB
(243,224,235)
#F9EBF5
(249,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7D91 color. Also use rgb(189,125,145) instead hex code.

Text Font Color

.myTextColor { color: #BD7D91; }

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

This text font color is #BD7D91.

Background Color

.myBgColor { background-color: #BD7D91; }

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

This div background color is #BD7D91.

Border color

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

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

This div border color is #BD7D91.

Opacity

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

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

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

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

This text has shadow with #BD7D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7D91.

Preview

Color preview on black background

This text has color #BD7D91 on black background.


Color preview on white background

This text has color #BD7D91 on white background.


Black color preview on #BD7D91 background

This text has black color on #BD7D91 background.


White color preview on #BD7D91 background

This text has white color on #BD7D91 background.


Related colors

Complementary color

Complementary color for #hex is #42826E.


I love getcolorcode.com

Triadic colors

1 #91BD7D and #7D91BD with #BD7D91 are triadic colors.

2 #917DBD and #7DBD91 with #BD7D91 are triadic colors.