COLOR #BD7E50

HEX: #BD7E50
RGB: (189,126,80)

Color info

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

RGB color model

#BD7E50 color RGB value is (189,126,80).

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

RGB channels and saturation

R 189 of 255 = 74%
G 126 of 255 = 49%
B 80 of 255 = 31%

189
126
80

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

Portions of RGB colors in percentages

R + G + B =
189 + 126 + 80 = 395 (100%)
R 189 of 395 ~ 47.85%
G 126 of 395 ~ 31.9%
B 80 of 395 ~ 20.25%

%47.85
%31.9
%20.25

CMYK color model

#BD7E50 color CMYK value is (0,33,58,26).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 57.67%
  • key color value is 25.88%
CMYK:
(0,33,58,26)
C0M33Y58K26 
(0%,33%,58%,26%)
(0.00/0.33/0.58/0.26)	

CMYK percentages

%0
%33.33
%57.67
%25.88

Codes

Color #BD7E50 in popluar color models

BD7E50
RGB18912680
HSL25°45.23%52.75%
HSB/HSV25°57.67%74.12%
CMYK0.00%33.33%57.67%
25.88%

Color #BD7E50 in popluar number systems.

HEXBD7E50
Decimal18912680
Binary1011110111111101010000
Octal275176120

Shades and tints

Shades of #BD7E50

#BD7E50
(189,126,80)
#AC7349
(172,115,73)
#9B6842
(155,104,66)
#8A5D3B
(138,93,59)
#795234
(121,82,52)
#68472D
(104,71,45)
#573C26
(87,60,38)
#46311F
(70,49,31)
#352618
(53,38,24)
#241B11
(36,27,17)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #BD7E50

#BD7E50
(189,126,80)
#C3895F
(195,137,95)
#C9946E
(201,148,110)
#CF9F7D
(207,159,125)
#D5AA8C
(213,170,140)
#DBB59B
(219,181,155)
#E1C0AA
(225,192,170)
#E7CBB9
(231,203,185)
#EDD6C8
(237,214,200)
#F3E1D7
(243,225,215)
#F9ECE6
(249,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7E50; }

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

This text font color is #BD7E50.


Background Color

.myBgColor { background-color: #BD7E50; }

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

This div background color is #BD7E50.


Border color

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

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

This div border color is #BD7E50.


Opacity

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

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

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

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

This text has shadow with #BD7E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7E50 on black background.


Color preview on white background

This text has color #BD7E50 on white background.



Black color preview on #BD7E50 background

This text has black color on #BD7E50 background.


White color preview on #BD7E50 background

This text has white color on #BD7E50 background.