COLOR #BD5C71

HEX: #BD5C71
RGB: (189,92,113)

Color info

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

RGB color model

#BD5C71 color RGB value is (189,92,113).

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

RGB channels and saturation

R 189 of 255 = 74%
G 92 of 255 = 36%
B 113 of 255 = 44%

189
92
113

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

Portions of RGB colors in percentages

R + G + B =
189 + 92 + 113 = 394 (100%)
R 189 of 394 ~ 47.97%
G 92 of 394 ~ 23.35%
B 113 of 394 ~ 28.68%

%47.97
%23.35
%28.68

CMYK color model

#BD5C71 color CMYK value is (0,51,40,26).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 40.21%
  • key color value is 25.88%
CMYK:
(0,51,40,26)
C0M51Y40K26 
(0%,51%,40%,26%)
(0.00/0.51/0.40/0.26)	

CMYK percentages

%0
%51.32
%40.21
%25.88

Codes

Color #BD5C71 in popluar color models

BD5C71
RGB18992113
HSL347°42.36%55.10%
HSB/HSV347°51.32%74.12%
CMYK0.00%51.32%40.21%
25.88%

Color #BD5C71 in popluar number systems.

HEXBD5C71
Decimal18992113
Binary1011110110111001110001
Octal275134161

Shades and tints

Shades of #BD5C71

#BD5C71
(189,92,113)
#AC5467
(172,84,103)
#9B4C5D
(155,76,93)
#8A4453
(138,68,83)
#793C49
(121,60,73)
#68343F
(104,52,63)
#572C35
(87,44,53)
#46242B
(70,36,43)
#351C21
(53,28,33)
#241417
(36,20,23)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #BD5C71

#BD5C71
(189,92,113)
#C36A7D
(195,106,125)
#C97889
(201,120,137)
#CF8695
(207,134,149)
#D594A1
(213,148,161)
#DBA2AD
(219,162,173)
#E1B0B9
(225,176,185)
#E7BEC5
(231,190,197)
#EDCCD1
(237,204,209)
#F3DADD
(243,218,221)
#F9E8E9
(249,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD5C71; }

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

This text font color is #BD5C71.


Background Color

.myBgColor { background-color: #BD5C71; }

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

This div background color is #BD5C71.


Border color

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

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

This div border color is #BD5C71.


Opacity

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

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

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

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

This text has shadow with #BD5C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5C71 on black background.


Color preview on white background

This text has color #BD5C71 on white background.



Black color preview on #BD5C71 background

This text has black color on #BD5C71 background.


White color preview on #BD5C71 background

This text has white color on #BD5C71 background.