COLOR #BD7A93

HEX: #BD7A93 RGB: (189,122,147)

Color info

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

RGB color model

#BD7A93 color RGB value is (189,122,147).

RGB: (189,122,147) (74%, 48%, 58%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 147 of 255 = 58%

189
122
147

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

Portions of RGB colors in percentages

R + G + B = 189 + 122 + 147 = 458 (100%)
R 189 of 458 ~ 41.27%
G 122 of 458 ~ 26.64%
B 147 of 458 ~ 32.1'%

%41.27
%26.64
%32.1

CMYK color model

#BD7A93 color CMYK value is (0,35,22,26).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 22.22%
  • key color value is 25.88%

CMYK: (0,35,22,26)
C0M35Y22K26 (0%, 35%, 22%, 26%)
(0.00 / 0.35 / 0.22 / 0.26)

CMYK percentages

%0
%35.45
%22.22
%25.88

Codes

Color #BD7A93 in popluar color models

BD 7A 93
RGB 189 122 147
HSL 338° 33.67% 60.98%
HSB/HSV 338° 35.45% 74.12%
CMYK 0.00% 35.45% 22.22%
25.88%

Color #BD7A93 in popluar number systems.

HEX BD 7A 93
Decimal 189 122 147
Binary 10111101 1111010 10010011
Octal 275 172 223

Shades and tints

Shades of #BD7A93

#BD7A93
(189,122,147)
#AC6F86
(172,111,134)
#9B6479
(155,100,121)
#8A596C
(138,89,108)
#794E5F
(121,78,95)
#684352
(104,67,82)
#573845
(87,56,69)
#462D38
(70,45,56)
#35222B
(53,34,43)
#24171E
(36,23,30)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #BD7A93

#BD7A93
(189,122,147)
#C3869C
(195,134,156)
#C992A5
(201,146,165)
#CF9EAE
(207,158,174)
#D5AAB7
(213,170,183)
#DBB6C0
(219,182,192)
#E1C2C9
(225,194,201)
#E7CED2
(231,206,210)
#EDDADB
(237,218,219)
#F3E6E4
(243,230,228)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7A93 color. Also use rgb(189,122,147) instead hex code.

Text Font Color

.myTextColor { color: #BD7A93; }

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

This text font color is #BD7A93.

Background Color

.myBgColor { background-color: #BD7A93; }

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

This div background color is #BD7A93.

Border color

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

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

This div border color is #BD7A93.

Opacity

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

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

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

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

This text has shadow with #BD7A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7A93.

Preview

Color preview on black background

This text has color #BD7A93 on black background.


Color preview on white background

This text has color #BD7A93 on white background.


Black color preview on #BD7A93 background

This text has black color on #BD7A93 background.


White color preview on #BD7A93 background

This text has white color on #BD7A93 background.


Related colors

Complementary color

Complementary color for #hex is #42856C.


I love getcolorcode.com

Triadic colors

1 #93BD7A and #7A93BD with #BD7A93 are triadic colors.

2 #937ABD and #7ABD93 with #BD7A93 are triadic colors.