COLOR #BD7437

HEX: #BD7437
RGB: (189,116,55)

Color info

#BD7437 contains mainly red color. Web safe color of #BD7437 is #CC6633 (or #C63).

RGB color model

#BD7437 color RGB value is (189,116,55).

  • red value is 189;
  • green value is 116;
  • blue value is 55.
RGB:
(189,116,55)
(74%,45%,22%)

RGB channels and saturation

R 189 of 255 = 74%
G 116 of 255 = 45%
B 55 of 255 = 22%

189
116
55

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

Portions of RGB colors in percentages

R + G + B =
189 + 116 + 55 = 360 (100%)
R 189 of 360 ~ 52.5%
G 116 of 360 ~ 32.22%
B 55 of 360 ~ 15.28%

%52.5
%32.22
%15.28

CMYK color model

#BD7437 color CMYK value is (0,39,71,26).

  • cyan value is 0.00%
  • magenta value is 38.62%
  • yellow value is 70.90%
  • key color value is 25.88%
CMYK:
(0,39,71,26)
C0M39Y71K26 
(0%,39%,71%,26%)
(0.00/0.39/0.71/0.26)	

CMYK percentages

%0
%38.62
%70.9
%25.88

Codes

Color #BD7437 in popluar color models

BD7437
RGB18911655
HSL27°54.92%47.84%
HSB/HSV27°70.90%74.12%
CMYK0.00%38.62%70.90%
25.88%

Color #BD7437 in popluar number systems.

HEXBD7437
Decimal18911655
Binary101111011110100110111
Octal27516467

Shades and tints

Shades of #BD7437

#BD7437
(189,116,55)
#AC6A32
(172,106,50)
#9B602D
(155,96,45)
#8A5628
(138,86,40)
#794C23
(121,76,35)
#68421E
(104,66,30)
#573819
(87,56,25)
#462E14
(70,46,20)
#35240F
(53,36,15)
#241A0A
(36,26,10)
#131005
(19,16,5)
#000000
(0,0,0)

Tints of #BD7437

#BD7437
(189,116,55)
#C38049
(195,128,73)
#C98C5B
(201,140,91)
#CF986D
(207,152,109)
#D5A47F
(213,164,127)
#DBB091
(219,176,145)
#E1BCA3
(225,188,163)
#E7C8B5
(231,200,181)
#EDD4C7
(237,212,199)
#F3E0D9
(243,224,217)
#F9ECEB
(249,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7437 color. Also use rgb(189,116,55) instead hex code.

Text Font Color

.myTextColor { color: #BD7437; }

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

This text font color is #BD7437.


Background Color

.myBgColor { background-color: #BD7437; }

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

This div background color is #BD7437.


Border color

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

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

This div border color is #BD7437.


Opacity

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

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

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

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

This text has shadow with #BD7437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7437 on black background.


Color preview on white background

This text has color #BD7437 on white background.



Black color preview on #BD7437 background

This text has black color on #BD7437 background.


White color preview on #BD7437 background

This text has white color on #BD7437 background.