COLOR #BD7D3D

HEX: #BD7D3D
RGB: (189,125,61)

Color info

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

RGB color model

#BD7D3D color RGB value is (189,125,61).

  • red value is 189;
  • green value is 125;
  • blue value is 61.
RGB:
(189,125,61)
(74%,49%,24%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 61 of 255 = 24%

189
125
61

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

Portions of RGB colors in percentages

R + G + B =
189 + 125 + 61 = 375 (100%)
R 189 of 375 ~ 50.4%
G 125 of 375 ~ 33.33%
B 61 of 375 ~ 16.27%

%50.4
%33.33
%16.27

CMYK color model

#BD7D3D color CMYK value is (0,34,68,26).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 67.72%
  • key color value is 25.88%
CMYK:
(0,34,68,26)
C0M34Y68K26 
(0%,34%,68%,26%)
(0.00/0.34/0.68/0.26)	

CMYK percentages

%0
%33.86
%67.72
%25.88

Codes

Color #BD7D3D in popluar color models

BD7D3D
RGB18912561
HSL30°51.20%49.02%
HSB/HSV30°67.72%74.12%
CMYK0.00%33.86%67.72%
25.88%

Color #BD7D3D in popluar number systems.

HEXBD7D3D
Decimal18912561
Binary101111011111101111101
Octal27517575

Shades and tints

Shades of #BD7D3D

#BD7D3D
(189,125,61)
#AC7238
(172,114,56)
#9B6733
(155,103,51)
#8A5C2E
(138,92,46)
#795129
(121,81,41)
#684624
(104,70,36)
#573B1F
(87,59,31)
#46301A
(70,48,26)
#352515
(53,37,21)
#241A10
(36,26,16)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #BD7D3D

#BD7D3D
(189,125,61)
#C3884E
(195,136,78)
#C9935F
(201,147,95)
#CF9E70
(207,158,112)
#D5A981
(213,169,129)
#DBB492
(219,180,146)
#E1BFA3
(225,191,163)
#E7CAB4
(231,202,180)
#EDD5C5
(237,213,197)
#F3E0D6
(243,224,214)
#F9EBE7
(249,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7D3D color. Also use rgb(189,125,61) instead hex code.

Text Font Color

.myTextColor { color: #BD7D3D; }

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

This text font color is #BD7D3D.


Background Color

.myBgColor { background-color: #BD7D3D; }

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

This div background color is #BD7D3D.


Border color

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

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

This div border color is #BD7D3D.


Opacity

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

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

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

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

This text has shadow with #BD7D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7D3D on black background.


Color preview on white background

This text has color #BD7D3D on white background.



Black color preview on #BD7D3D background

This text has black color on #BD7D3D background.


White color preview on #BD7D3D background

This text has white color on #BD7D3D background.