COLOR #BD5C7B

HEX: #BD5C7B
RGB: (189,92,123)

Color info

#BD5C7B contains mainly red color. Web safe color of #BD5C7B is #CC6666 (or #C66).

RGB color model

#BD5C7B color RGB value is (189,92,123).

  • red value is 189;
  • green value is 92;
  • blue value is 123.
RGB:
(189,92,123)
(74%,36%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 92 of 255 = 36%
B 123 of 255 = 48%

189
92
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 92 + 123 = 404 (100%)
R 189 of 404 ~ 46.78%
G 92 of 404 ~ 22.77%
B 123 of 404 ~ 30.45%

%46.78
%22.77
%30.45

CMYK color model

#BD5C7B color CMYK value is (0,51,35,26).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(0,51,35,26)
C0M51Y35K26 
(0%,51%,35%,26%)
(0.00/0.51/0.35/0.26)	

CMYK percentages

%0
%51.32
%34.92
%25.88

Codes

Color #BD5C7B in popluar color models

BD5C7B
RGB18992123
HSL341°42.36%55.10%
HSB/HSV341°51.32%74.12%
CMYK0.00%51.32%34.92%
25.88%

Color #BD5C7B in popluar number systems.

HEXBD5C7B
Decimal18992123
Binary1011110110111001111011
Octal275134173

Shades and tints

Shades of #BD5C7B

#BD5C7B
(189,92,123)
#AC5470
(172,84,112)
#9B4C65
(155,76,101)
#8A445A
(138,68,90)
#793C4F
(121,60,79)
#683444
(104,52,68)
#572C39
(87,44,57)
#46242E
(70,36,46)
#351C23
(53,28,35)
#241418
(36,20,24)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #BD5C7B

#BD5C7B
(189,92,123)
#C36A87
(195,106,135)
#C97893
(201,120,147)
#CF869F
(207,134,159)
#D594AB
(213,148,171)
#DBA2B7
(219,162,183)
#E1B0C3
(225,176,195)
#E7BECF
(231,190,207)
#EDCCDB
(237,204,219)
#F3DAE7
(243,218,231)
#F9E8F3
(249,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5C7B color. Also use rgb(189,92,123) instead hex code.

Text Font Color

.myTextColor { color: #BD5C7B; }

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

This text font color is #BD5C7B.


Background Color

.myBgColor { background-color: #BD5C7B; }

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

This div background color is #BD5C7B.


Border color

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

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

This div border color is #BD5C7B.


Opacity

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

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

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

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

This text has shadow with #BD5C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5C7B on black background.


Color preview on white background

This text has color #BD5C7B on white background.



Black color preview on #BD5C7B background

This text has black color on #BD5C7B background.


White color preview on #BD5C7B background

This text has white color on #BD5C7B background.