COLOR #BD7995

HEX: #BD7995
RGB: (189,121,149)

Color info

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

RGB color model

#BD7995 color RGB value is (189,121,149).

  • red value is 189;
  • green value is 121;
  • blue value is 149.
RGB:
(189,121,149)
(74%,47%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 121 of 255 = 47%
B 149 of 255 = 58%

189
121
149

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

Portions of RGB colors in percentages

R + G + B =
189 + 121 + 149 = 459 (100%)
R 189 of 459 ~ 41.18%
G 121 of 459 ~ 26.36%
B 149 of 459 ~ 32.46%

%41.18
%26.36
%32.46

CMYK color model

#BD7995 color CMYK value is (0,36,21,26).

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(0,36,21,26)
C0M36Y21K26 
(0%,36%,21%,26%)
(0.00/0.36/0.21/0.26)	

CMYK percentages

%0
%35.98
%21.16
%25.88

Codes

Color #BD7995 in popluar color models

BD7995
RGB189121149
HSL335°34.00%60.78%
HSB/HSV335°35.98%74.12%
CMYK0.00%35.98%21.16%
25.88%

Color #BD7995 in popluar number systems.

HEXBD7995
Decimal189121149
Binary10111101111100110010101
Octal275171225

Shades and tints

Shades of #BD7995

#BD7995
(189,121,149)
#AC6E88
(172,110,136)
#9B637B
(155,99,123)
#8A586E
(138,88,110)
#794D61
(121,77,97)
#684254
(104,66,84)
#573747
(87,55,71)
#462C3A
(70,44,58)
#35212D
(53,33,45)
#241620
(36,22,32)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #BD7995

#BD7995
(189,121,149)
#C3859E
(195,133,158)
#C991A7
(201,145,167)
#CF9DB0
(207,157,176)
#D5A9B9
(213,169,185)
#DBB5C2
(219,181,194)
#E1C1CB
(225,193,203)
#E7CDD4
(231,205,212)
#EDD9DD
(237,217,221)
#F3E5E6
(243,229,230)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7995 color. Also use rgb(189,121,149) instead hex code.

Text Font Color

.myTextColor { color: #BD7995; }

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

This text font color is #BD7995.


Background Color

.myBgColor { background-color: #BD7995; }

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

This div background color is #BD7995.


Border color

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

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

This div border color is #BD7995.


Opacity

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

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

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

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

This text has shadow with #BD7995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7995 on black background.


Color preview on white background

This text has color #BD7995 on white background.



Black color preview on #BD7995 background

This text has black color on #BD7995 background.


White color preview on #BD7995 background

This text has white color on #BD7995 background.