COLOR #BD7485

HEX: #BD7485 RGB: (189,116,133)

Color info

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

RGB color model

#BD7485 color RGB value is (189,116,133).

RGB: (189,116,133) (74%, 45%, 52%)

RGB channels and saturation

R 189 of 255 = 74%
G 116 of 255 = 45%
B 133 of 255 = 52%

189
116
133

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

Portions of RGB colors in percentages

R + G + B = 189 + 116 + 133 = 438 (100%)
R 189 of 438 ~ 43.15%
G 116 of 438 ~ 26.48%
B 133 of 438 ~ 30.37'%

%43.15
%26.48
%30.37

CMYK color model

#BD7485 color CMYK value is (0,39,30,26).

  • cyan value is 0.00%
  • magenta value is 38.62%
  • yellow value is 29.63%
  • key color value is 25.88%

CMYK: (0,39,30,26)
C0M39Y30K26 (0%, 39%, 30%, 26%)
(0.00 / 0.39 / 0.30 / 0.26)

CMYK percentages

%0
%38.62
%29.63
%25.88

Codes

Color #BD7485 in popluar color models

BD 74 85
RGB 189 116 133
HSL 346° 35.61% 59.80%
HSB/HSV 346° 38.62% 74.12%
CMYK 0.00% 38.62% 29.63%
25.88%

Color #BD7485 in popluar number systems.

HEX BD 74 85
Decimal 189 116 133
Binary 10111101 1110100 10000101
Octal 275 164 205

Shades and tints

Shades of #BD7485

#BD7485
(189,116,133)
#AC6A79
(172,106,121)
#9B606D
(155,96,109)
#8A5661
(138,86,97)
#794C55
(121,76,85)
#684249
(104,66,73)
#57383D
(87,56,61)
#462E31
(70,46,49)
#352425
(53,36,37)
#241A19
(36,26,25)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #BD7485

#BD7485
(189,116,133)
#C38090
(195,128,144)
#C98C9B
(201,140,155)
#CF98A6
(207,152,166)
#D5A4B1
(213,164,177)
#DBB0BC
(219,176,188)
#E1BCC7
(225,188,199)
#E7C8D2
(231,200,210)
#EDD4DD
(237,212,221)
#F3E0E8
(243,224,232)
#F9ECF3
(249,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7485; }

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

This text font color is #BD7485.

Background Color

.myBgColor { background-color: #BD7485; }

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

This div background color is #BD7485.

Border color

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

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

This div border color is #BD7485.

Opacity

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

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

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

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

This text has shadow with #BD7485 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7485.

Preview

Color preview on black background

This text has color #BD7485 on black background.


Color preview on white background

This text has color #BD7485 on white background.


Black color preview on #BD7485 background

This text has black color on #BD7485 background.


White color preview on #BD7485 background

This text has white color on #BD7485 background.


Related colors

Complementary color

Complementary color for #hex is #428B7A.


I love getcolorcode.com

Triadic colors

1 #85BD74 and #7485BD with #BD7485 are triadic colors.

2 #8574BD and #74BD85 with #BD7485 are triadic colors.