COLOR #BD7A96

HEX: #BD7A96 RGB: (189,122,150)

Color info

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

RGB color model

#BD7A96 color RGB value is (189,122,150).

RGB: (189,122,150) (74%, 48%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 150 of 255 = 59%

189
122
150

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

Portions of RGB colors in percentages

R + G + B = 189 + 122 + 150 = 461 (100%)
R 189 of 461 ~ 41%
G 122 of 461 ~ 26.46%
B 150 of 461 ~ 32.54'%

%41
%26.46
%32.54

CMYK color model

#BD7A96 color CMYK value is (0,35,21,26).

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

CMYK: (0,35,21,26)
C0M35Y21K26 (0%, 35%, 21%, 26%)
(0.00 / 0.35 / 0.21 / 0.26)

CMYK percentages

%0
%35.45
%20.63
%25.88

Codes

Color #BD7A96 in popluar color models

BD 7A 96
RGB 189 122 150
HSL 335° 33.67% 60.98%
HSB/HSV 335° 35.45% 74.12%
CMYK 0.00% 35.45% 20.63%
25.88%

Color #BD7A96 in popluar number systems.

HEX BD 7A 96
Decimal 189 122 150
Binary 10111101 1111010 10010110
Octal 275 172 226

Shades and tints

Shades of #BD7A96

#BD7A96
(189,122,150)
#AC6F89
(172,111,137)
#9B647C
(155,100,124)
#8A596F
(138,89,111)
#794E62
(121,78,98)
#684355
(104,67,85)
#573848
(87,56,72)
#462D3B
(70,45,59)
#35222E
(53,34,46)
#241721
(36,23,33)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #BD7A96

#BD7A96
(189,122,150)
#C3869F
(195,134,159)
#C992A8
(201,146,168)
#CF9EB1
(207,158,177)
#D5AABA
(213,170,186)
#DBB6C3
(219,182,195)
#E1C2CC
(225,194,204)
#E7CED5
(231,206,213)
#EDDADE
(237,218,222)
#F3E6E7
(243,230,231)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7A96; }

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

This text font color is #BD7A96.

Background Color

.myBgColor { background-color: #BD7A96; }

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

This div background color is #BD7A96.

Border color

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

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

This div border color is #BD7A96.

Opacity

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

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

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

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

This text has shadow with #BD7A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7A96.

Preview

Color preview on black background

This text has color #BD7A96 on black background.


Color preview on white background

This text has color #BD7A96 on white background.


Black color preview on #BD7A96 background

This text has black color on #BD7A96 background.


White color preview on #BD7A96 background

This text has white color on #BD7A96 background.


Related colors

Complementary color

Complementary color for #hex is #428569.


I love getcolorcode.com

Triadic colors

1 #96BD7A and #7A96BD with #BD7A96 are triadic colors.

2 #967ABD and #7ABD96 with #BD7A96 are triadic colors.