COLOR #BD7379

HEX: #BD7379 RGB: (189,115,121)

Color info

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

RGB color model

#BD7379 color RGB value is (189,115,121).

RGB: (189,115,121) (74%, 45%, 47%)

RGB channels and saturation

R 189 of 255 = 74%
G 115 of 255 = 45%
B 121 of 255 = 47%

189
115
121

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

Portions of RGB colors in percentages

R + G + B = 189 + 115 + 121 = 425 (100%)
R 189 of 425 ~ 44.47%
G 115 of 425 ~ 27.06%
B 121 of 425 ~ 28.47'%

%44.47
%27.06
%28.47

CMYK color model

#BD7379 color CMYK value is (0,39,36,26).

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

CMYK: (0,39,36,26)
C0M39Y36K26 (0%, 39%, 36%, 26%)
(0.00 / 0.39 / 0.36 / 0.26)

CMYK percentages

%0
%39.15
%35.98
%25.88

Codes

Color #BD7379 in popluar color models

BD 73 79
RGB 189 115 121
HSL 355° 35.92% 59.61%
HSB/HSV 355° 39.15% 74.12%
CMYK 0.00% 39.15% 35.98%
25.88%

Color #BD7379 in popluar number systems.

HEX BD 73 79
Decimal 189 115 121
Binary 10111101 1110011 1111001
Octal 275 163 171

Shades and tints

Shades of #BD7379

#BD7379
(189,115,121)
#AC696E
(172,105,110)
#9B5F63
(155,95,99)
#8A5558
(138,85,88)
#794B4D
(121,75,77)
#684142
(104,65,66)
#573737
(87,55,55)
#462D2C
(70,45,44)
#352321
(53,35,33)
#241916
(36,25,22)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #BD7379

#BD7379
(189,115,121)
#C37F85
(195,127,133)
#C98B91
(201,139,145)
#CF979D
(207,151,157)
#D5A3A9
(213,163,169)
#DBAFB5
(219,175,181)
#E1BBC1
(225,187,193)
#E7C7CD
(231,199,205)
#EDD3D9
(237,211,217)
#F3DFE5
(243,223,229)
#F9EBF1
(249,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7379; }

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

This text font color is #BD7379.

Background Color

.myBgColor { background-color: #BD7379; }

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

This div background color is #BD7379.

Border color

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

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

This div border color is #BD7379.

Opacity

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

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

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

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

This text has shadow with #BD7379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7379.

Preview

Color preview on black background

This text has color #BD7379 on black background.


Color preview on white background

This text has color #BD7379 on white background.


Black color preview on #BD7379 background

This text has black color on #BD7379 background.


White color preview on #BD7379 background

This text has white color on #BD7379 background.


Related colors

Complementary color

Complementary color for #hex is #428C86.


I love getcolorcode.com

Triadic colors

1 #79BD73 and #7379BD with #BD7379 are triadic colors.

2 #7973BD and #73BD79 with #BD7379 are triadic colors.