COLOR #BD5174

HEX: #BD5174
RGB: (189,81,116)

Color info

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

RGB color model

#BD5174 color RGB value is (189,81,116).

  • red value is 189;
  • green value is 81;
  • blue value is 116.
RGB:
(189,81,116)
(74%,32%,45%)

RGB channels and saturation

R 189 of 255 = 74%
G 81 of 255 = 32%
B 116 of 255 = 45%

189
81
116

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

Portions of RGB colors in percentages

R + G + B =
189 + 81 + 116 = 386 (100%)
R 189 of 386 ~ 48.96%
G 81 of 386 ~ 20.98%
B 116 of 386 ~ 30.05%

%48.96
%20.98
%30.05

CMYK color model

#BD5174 color CMYK value is (0,57,39,26).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 38.62%
  • key color value is 25.88%
CMYK:
(0,57,39,26)
C0M57Y39K26 
(0%,57%,39%,26%)
(0.00/0.57/0.39/0.26)	

CMYK percentages

%0
%57.14
%38.62
%25.88

Codes

Color #BD5174 in popluar color models

BD5174
RGB18981116
HSL341°45.00%52.94%
HSB/HSV341°57.14%74.12%
CMYK0.00%57.14%38.62%
25.88%

Color #BD5174 in popluar number systems.

HEXBD5174
Decimal18981116
Binary1011110110100011110100
Octal275121164

Shades and tints

Shades of #BD5174

#BD5174
(189,81,116)
#AC4A6A
(172,74,106)
#9B4360
(155,67,96)
#8A3C56
(138,60,86)
#79354C
(121,53,76)
#682E42
(104,46,66)
#572738
(87,39,56)
#46202E
(70,32,46)
#351924
(53,25,36)
#24121A
(36,18,26)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #BD5174

#BD5174
(189,81,116)
#C36080
(195,96,128)
#C96F8C
(201,111,140)
#CF7E98
(207,126,152)
#D58DA4
(213,141,164)
#DB9CB0
(219,156,176)
#E1ABBC
(225,171,188)
#E7BAC8
(231,186,200)
#EDC9D4
(237,201,212)
#F3D8E0
(243,216,224)
#F9E7EC
(249,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5174 color. Also use rgb(189,81,116) instead hex code.

Text Font Color

.myTextColor { color: #BD5174; }

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

This text font color is #BD5174.


Background Color

.myBgColor { background-color: #BD5174; }

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

This div background color is #BD5174.


Border color

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

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

This div border color is #BD5174.


Opacity

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

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

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

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

This text has shadow with #BD5174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5174 on black background.


Color preview on white background

This text has color #BD5174 on white background.



Black color preview on #BD5174 background

This text has black color on #BD5174 background.


White color preview on #BD5174 background

This text has white color on #BD5174 background.