COLOR #BD7E77

HEX: #BD7E77
RGB: (189,126,119)

Color info

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

RGB color model

#BD7E77 color RGB value is (189,126,119).

  • red value is 189;
  • green value is 126;
  • blue value is 119.
RGB:
(189,126,119)
(74%,49%,47%)

RGB channels and saturation

R 189 of 255 = 74%
G 126 of 255 = 49%
B 119 of 255 = 47%

189
126
119

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

Portions of RGB colors in percentages

R + G + B =
189 + 126 + 119 = 434 (100%)
R 189 of 434 ~ 43.55%
G 126 of 434 ~ 29.03%
B 119 of 434 ~ 27.42%

%43.55
%29.03
%27.42

CMYK color model

#BD7E77 color CMYK value is (0,33,37,26).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK:
(0,33,37,26)
C0M33Y37K26 
(0%,33%,37%,26%)
(0.00/0.33/0.37/0.26)	

CMYK percentages

%0
%33.33
%37.04
%25.88

Codes

Color #BD7E77 in popluar color models

BD7E77
RGB189126119
HSL34.65%60.39%
HSB/HSV37.04%74.12%
CMYK0.00%33.33%37.04%
25.88%

Color #BD7E77 in popluar number systems.

HEXBD7E77
Decimal189126119
Binary1011110111111101110111
Octal275176167

Shades and tints

Shades of #BD7E77

#BD7E77
(189,126,119)
#AC736D
(172,115,109)
#9B6863
(155,104,99)
#8A5D59
(138,93,89)
#79524F
(121,82,79)
#684745
(104,71,69)
#573C3B
(87,60,59)
#463131
(70,49,49)
#352627
(53,38,39)
#241B1D
(36,27,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #BD7E77

#BD7E77
(189,126,119)
#C38983
(195,137,131)
#C9948F
(201,148,143)
#CF9F9B
(207,159,155)
#D5AAA7
(213,170,167)
#DBB5B3
(219,181,179)
#E1C0BF
(225,192,191)
#E7CBCB
(231,203,203)
#EDD6D7
(237,214,215)
#F3E1E3
(243,225,227)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7E77; }

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

This text font color is #BD7E77.


Background Color

.myBgColor { background-color: #BD7E77; }

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

This div background color is #BD7E77.


Border color

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

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

This div border color is #BD7E77.


Opacity

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

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

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

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

This text has shadow with #BD7E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7E77 on black background.


Color preview on white background

This text has color #BD7E77 on white background.



Black color preview on #BD7E77 background

This text has black color on #BD7E77 background.


White color preview on #BD7E77 background

This text has white color on #BD7E77 background.