COLOR #BD7507

HEX: #BD7507
RGB: (189,117,7)

Color info

#BD7507 contains mainly red color. Web safe color of #BD7507 is #CC6600 (or #C60).

RGB color model

#BD7507 color RGB value is (189,117,7).

  • red value is 189;
  • green value is 117;
  • blue value is 7.
RGB:
(189,117,7)
(74%,46%,3%)

RGB channels and saturation

R 189 of 255 = 74%
G 117 of 255 = 46%
B 7 of 255 = 3%

189
117
7

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

Portions of RGB colors in percentages

R + G + B =
189 + 117 + 7 = 313 (100%)
R 189 of 313 ~ 60.38%
G 117 of 313 ~ 37.38%
B 7 of 313 ~ 2.24%

%60.38
%37.38

CMYK color model

#BD7507 color CMYK value is (0,38,96,26).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 96.30%
  • key color value is 25.88%
CMYK:
(0,38,96,26)
C0M38Y96K26 
(0%,38%,96%,26%)
(0.00/0.38/0.96/0.26)	

CMYK percentages

%0
%38.1
%96.3
%25.88

Codes

Color #BD7507 in popluar color models

BD7507
RGB1891177
HSL36°92.86%38.43%
HSB/HSV36°96.30%74.12%
CMYK0.00%38.10%96.30%
25.88%

Color #BD7507 in popluar number systems.

HEXBD7507
Decimal1891177
Binary101111011110101111
Octal2751657

Shades and tints

Shades of #BD7507

#BD7507
(189,117,7)
#AC6B07
(172,107,7)
#9B6107
(155,97,7)
#8A5707
(138,87,7)
#794D07
(121,77,7)
#684307
(104,67,7)
#573907
(87,57,7)
#462F07
(70,47,7)
#352507
(53,37,7)
#241B07
(36,27,7)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #BD7507

#BD7507
(189,117,7)
#C3811D
(195,129,29)
#C98D33
(201,141,51)
#CF9949
(207,153,73)
#D5A55F
(213,165,95)
#DBB175
(219,177,117)
#E1BD8B
(225,189,139)
#E7C9A1
(231,201,161)
#EDD5B7
(237,213,183)
#F3E1CD
(243,225,205)
#F9EDE3
(249,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7507; }

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

This text font color is #BD7507.


Background Color

.myBgColor { background-color: #BD7507; }

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

This div background color is #BD7507.


Border color

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

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

This div border color is #BD7507.


Opacity

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

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

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

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

This text has shadow with #BD7507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7507 on black background.


Color preview on white background

This text has color #BD7507 on white background.



Black color preview on #BD7507 background

This text has black color on #BD7507 background.


White color preview on #BD7507 background

This text has white color on #BD7507 background.