COLOR #BD7706

HEX: #BD7706
RGB: (189,119,6)

Color info

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

RGB color model

#BD7706 color RGB value is (189,119,6).

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

RGB channels and saturation

R 189 of 255 = 74%
G 119 of 255 = 47%
B 6 of 255 = 2%

189
119
6

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

Portions of RGB colors in percentages

R + G + B =
189 + 119 + 6 = 314 (100%)
R 189 of 314 ~ 60.19%
G 119 of 314 ~ 37.9%
B 6 of 314 ~ 1.91%

%60.19
%37.9

CMYK color model

#BD7706 color CMYK value is (0,37,97,26).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 96.83%
  • key color value is 25.88%
CMYK:
(0,37,97,26)
C0M37Y97K26 
(0%,37%,97%,26%)
(0.00/0.37/0.97/0.26)	

CMYK percentages

%0
%37.04
%96.83
%25.88

Codes

Color #BD7706 in popluar color models

BD7706
RGB1891196
HSL37°93.85%38.24%
HSB/HSV37°96.83%74.12%
CMYK0.00%37.04%96.83%
25.88%

Color #BD7706 in popluar number systems.

HEXBD7706
Decimal1891196
Binary101111011110111110
Octal2751676

Shades and tints

Shades of #BD7706

#BD7706
(189,119,6)
#AC6D06
(172,109,6)
#9B6306
(155,99,6)
#8A5906
(138,89,6)
#794F06
(121,79,6)
#684506
(104,69,6)
#573B06
(87,59,6)
#463106
(70,49,6)
#352706
(53,39,6)
#241D06
(36,29,6)
#131306
(19,19,6)
#000000
(0,0,0)

Tints of #BD7706

#BD7706
(189,119,6)
#C3831C
(195,131,28)
#C98F32
(201,143,50)
#CF9B48
(207,155,72)
#D5A75E
(213,167,94)
#DBB374
(219,179,116)
#E1BF8A
(225,191,138)
#E7CBA0
(231,203,160)
#EDD7B6
(237,215,182)
#F3E3CC
(243,227,204)
#F9EFE2
(249,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7706; }

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

This text font color is #BD7706.


Background Color

.myBgColor { background-color: #BD7706; }

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

This div background color is #BD7706.


Border color

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

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

This div border color is #BD7706.


Opacity

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

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

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

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

This text has shadow with #BD7706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7706 on black background.


Color preview on white background

This text has color #BD7706 on white background.



Black color preview on #BD7706 background

This text has black color on #BD7706 background.


White color preview on #BD7706 background

This text has white color on #BD7706 background.