COLOR #BD557E

HEX: #BD557E
RGB: (189,85,126)

Color info

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

RGB color model

#BD557E color RGB value is (189,85,126).

  • red value is 189;
  • green value is 85;
  • blue value is 126.
RGB:
(189,85,126)
(74%,33%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 85 of 255 = 33%
B 126 of 255 = 49%

189
85
126

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

Portions of RGB colors in percentages

R + G + B =
189 + 85 + 126 = 400 (100%)
R 189 of 400 ~ 47.25%
G 85 of 400 ~ 21.25%
B 126 of 400 ~ 31.5%

%47.25
%21.25
%31.5

CMYK color model

#BD557E color CMYK value is (0,55,33,26).

  • cyan value is 0.00%
  • magenta value is 55.03%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(0,55,33,26)
C0M55Y33K26 
(0%,55%,33%,26%)
(0.00/0.55/0.33/0.26)	

CMYK percentages

%0
%55.03
%33.33
%25.88

Codes

Color #BD557E in popluar color models

BD557E
RGB18985126
HSL336°44.07%53.73%
HSB/HSV336°55.03%74.12%
CMYK0.00%55.03%33.33%
25.88%

Color #BD557E in popluar number systems.

HEXBD557E
Decimal18985126
Binary1011110110101011111110
Octal275125176

Shades and tints

Shades of #BD557E

#BD557E
(189,85,126)
#AC4E73
(172,78,115)
#9B4768
(155,71,104)
#8A405D
(138,64,93)
#793952
(121,57,82)
#683247
(104,50,71)
#572B3C
(87,43,60)
#462431
(70,36,49)
#351D26
(53,29,38)
#24161B
(36,22,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #BD557E

#BD557E
(189,85,126)
#C36489
(195,100,137)
#C97394
(201,115,148)
#CF829F
(207,130,159)
#D591AA
(213,145,170)
#DBA0B5
(219,160,181)
#E1AFC0
(225,175,192)
#E7BECB
(231,190,203)
#EDCDD6
(237,205,214)
#F3DCE1
(243,220,225)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD557E color. Also use rgb(189,85,126) instead hex code.

Text Font Color

.myTextColor { color: #BD557E; }

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

This text font color is #BD557E.


Background Color

.myBgColor { background-color: #BD557E; }

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

This div background color is #BD557E.


Border color

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

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

This div border color is #BD557E.


Opacity

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

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

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

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

This text has shadow with #BD557E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD557E on black background.


Color preview on white background

This text has color #BD557E on white background.



Black color preview on #BD557E background

This text has black color on #BD557E background.


White color preview on #BD557E background

This text has white color on #BD557E background.