COLOR #BD6473

HEX: #BD6473 RGB: (189,100,115)

Color info

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

RGB color model

#BD6473 color RGB value is (189,100,115).

RGB: (189,100,115) (74%, 39%, 45%)

RGB channels and saturation

R 189 of 255 = 74%
G 100 of 255 = 39%
B 115 of 255 = 45%

189
100
115

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

Portions of RGB colors in percentages

R + G + B = 189 + 100 + 115 = 404 (100%)
R 189 of 404 ~ 46.78%
G 100 of 404 ~ 24.75%
B 115 of 404 ~ 28.47'%

%46.78
%24.75
%28.47

CMYK color model

#BD6473 color CMYK value is (0,47,39,26).

  • cyan value is 0.00%
  • magenta value is 47.09%
  • yellow value is 39.15%
  • key color value is 25.88%

CMYK: (0,47,39,26)
C0M47Y39K26 (0%, 47%, 39%, 26%)
(0.00 / 0.47 / 0.39 / 0.26)

CMYK percentages

%0
%47.09
%39.15
%25.88

Codes

Color #BD6473 in popluar color models

BD 64 73
RGB 189 100 115
HSL 350° 40.27% 56.67%
HSB/HSV 350° 47.09% 74.12%
CMYK 0.00% 47.09% 39.15%
25.88%

Color #BD6473 in popluar number systems.

HEX BD 64 73
Decimal 189 100 115
Binary 10111101 1100100 1110011
Octal 275 144 163

Shades and tints

Shades of #BD6473

#BD6473
(189,100,115)
#AC5B69
(172,91,105)
#9B525F
(155,82,95)
#8A4955
(138,73,85)
#79404B
(121,64,75)
#683741
(104,55,65)
#572E37
(87,46,55)
#46252D
(70,37,45)
#351C23
(53,28,35)
#241319
(36,19,25)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #BD6473

#BD6473
(189,100,115)
#C3727F
(195,114,127)
#C9808B
(201,128,139)
#CF8E97
(207,142,151)
#D59CA3
(213,156,163)
#DBAAAF
(219,170,175)
#E1B8BB
(225,184,187)
#E7C6C7
(231,198,199)
#EDD4D3
(237,212,211)
#F3E2DF
(243,226,223)
#F9F0EB
(249,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6473 color. Also use rgb(189,100,115) instead hex code.

Text Font Color

.myTextColor { color: #BD6473; }

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

This text font color is #BD6473.

Background Color

.myBgColor { background-color: #BD6473; }

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

This div background color is #BD6473.

Border color

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

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

This div border color is #BD6473.

Opacity

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

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

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

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

This text has shadow with #BD6473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6473.

Preview

Color preview on black background

This text has color #BD6473 on black background.


Color preview on white background

This text has color #BD6473 on white background.


Black color preview on #BD6473 background

This text has black color on #BD6473 background.


White color preview on #BD6473 background

This text has white color on #BD6473 background.


Related colors

Complementary color

Complementary color for #hex is #429B8C.


I love getcolorcode.com

Triadic colors

1 #73BD64 and #6473BD with #BD6473 are triadic colors.

2 #7364BD and #64BD73 with #BD6473 are triadic colors.