COLOR #BD7E75

HEX: #BD7E75 RGB: (189,126,117)

Color info

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

RGB color model

#BD7E75 color RGB value is (189,126,117).

RGB: (189,126,117) (74%, 49%, 46%)

RGB channels and saturation

R 189 of 255 = 74%
G 126 of 255 = 49%
B 117 of 255 = 46%

189
126
117

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

Portions of RGB colors in percentages

R + G + B = 189 + 126 + 117 = 432 (100%)
R 189 of 432 ~ 43.75%
G 126 of 432 ~ 29.17%
B 117 of 432 ~ 27.08'%

%43.75
%29.17
%27.08

CMYK color model

#BD7E75 color CMYK value is (0,33,38,26).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 38.10%
  • key color value is 25.88%

CMYK: (0,33,38,26)
C0M33Y38K26 (0%, 33%, 38%, 26%)
(0.00 / 0.33 / 0.38 / 0.26)

CMYK percentages

%0
%33.33
%38.1
%25.88

Codes

Color #BD7E75 in popluar color models

BD 7E 75
RGB 189 126 117
HSL 35.29% 60.00%
HSB/HSV 38.10% 74.12%
CMYK 0.00% 33.33% 38.10%
25.88%

Color #BD7E75 in popluar number systems.

HEX BD 7E 75
Decimal 189 126 117
Binary 10111101 1111110 1110101
Octal 275 176 165

Shades and tints

Shades of #BD7E75

#BD7E75
(189,126,117)
#AC736B
(172,115,107)
#9B6861
(155,104,97)
#8A5D57
(138,93,87)
#79524D
(121,82,77)
#684743
(104,71,67)
#573C39
(87,60,57)
#46312F
(70,49,47)
#352625
(53,38,37)
#241B1B
(36,27,27)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #BD7E75

#BD7E75
(189,126,117)
#C38981
(195,137,129)
#C9948D
(201,148,141)
#CF9F99
(207,159,153)
#D5AAA5
(213,170,165)
#DBB5B1
(219,181,177)
#E1C0BD
(225,192,189)
#E7CBC9
(231,203,201)
#EDD6D5
(237,214,213)
#F3E1E1
(243,225,225)
#F9ECED
(249,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7E75 color. Also use rgb(189,126,117) instead hex code.

Text Font Color

.myTextColor { color: #BD7E75; }

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

This text font color is #BD7E75.

Background Color

.myBgColor { background-color: #BD7E75; }

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

This div background color is #BD7E75.

Border color

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

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

This div border color is #BD7E75.

Opacity

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

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

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

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

This text has shadow with #BD7E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7E75.

Preview

Color preview on black background

This text has color #BD7E75 on black background.


Color preview on white background

This text has color #BD7E75 on white background.


Black color preview on #BD7E75 background

This text has black color on #BD7E75 background.


White color preview on #BD7E75 background

This text has white color on #BD7E75 background.


Related colors

Complementary color

Complementary color for #hex is #42818A.


I love getcolorcode.com

Triadic colors

1 #75BD7E and #7E75BD with #BD7E75 are triadic colors.

2 #757EBD and #7EBD75 with #BD7E75 are triadic colors.