COLOR #BD5F86

HEX: #BD5F86
RGB: (189,95,134)

Color info

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

RGB color model

#BD5F86 color RGB value is (189,95,134).

  • red value is 189;
  • green value is 95;
  • blue value is 134.
RGB:
(189,95,134)
(74%,37%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 95 of 255 = 37%
B 134 of 255 = 53%

189
95
134

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

Portions of RGB colors in percentages

R + G + B =
189 + 95 + 134 = 418 (100%)
R 189 of 418 ~ 45.22%
G 95 of 418 ~ 22.73%
B 134 of 418 ~ 32.06%

%45.22
%22.73
%32.06

CMYK color model

#BD5F86 color CMYK value is (0,50,29,26).

  • cyan value is 0.00%
  • magenta value is 49.74%
  • yellow value is 29.10%
  • key color value is 25.88%
CMYK:
(0,50,29,26)
C0M50Y29K26 
(0%,50%,29%,26%)
(0.00/0.50/0.29/0.26)	

CMYK percentages

%0
%49.74
%29.1
%25.88

Codes

Color #BD5F86 in popluar color models

BD5F86
RGB18995134
HSL335°41.59%55.69%
HSB/HSV335°49.74%74.12%
CMYK0.00%49.74%29.10%
25.88%

Color #BD5F86 in popluar number systems.

HEXBD5F86
Decimal18995134
Binary10111101101111110000110
Octal275137206

Shades and tints

Shades of #BD5F86

#BD5F86
(189,95,134)
#AC577A
(172,87,122)
#9B4F6E
(155,79,110)
#8A4762
(138,71,98)
#793F56
(121,63,86)
#68374A
(104,55,74)
#572F3E
(87,47,62)
#462732
(70,39,50)
#351F26
(53,31,38)
#24171A
(36,23,26)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #BD5F86

#BD5F86
(189,95,134)
#C36D91
(195,109,145)
#C97B9C
(201,123,156)
#CF89A7
(207,137,167)
#D597B2
(213,151,178)
#DBA5BD
(219,165,189)
#E1B3C8
(225,179,200)
#E7C1D3
(231,193,211)
#EDCFDE
(237,207,222)
#F3DDE9
(243,221,233)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5F86 color. Also use rgb(189,95,134) instead hex code.

Text Font Color

.myTextColor { color: #BD5F86; }

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

This text font color is #BD5F86.


Background Color

.myBgColor { background-color: #BD5F86; }

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

This div background color is #BD5F86.


Border color

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

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

This div border color is #BD5F86.


Opacity

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

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

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

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

This text has shadow with #BD5F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5F86 on black background.


Color preview on white background

This text has color #BD5F86 on white background.



Black color preview on #BD5F86 background

This text has black color on #BD5F86 background.


White color preview on #BD5F86 background

This text has white color on #BD5F86 background.