COLOR #BD6847

HEX: #BD6847
RGB: (189,104,71)

Color info

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

RGB color model

#BD6847 color RGB value is (189,104,71).

  • red value is 189;
  • green value is 104;
  • blue value is 71.
RGB:
(189,104,71)
(74%,41%,28%)

RGB channels and saturation

R 189 of 255 = 74%
G 104 of 255 = 41%
B 71 of 255 = 28%

189
104
71

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

Portions of RGB colors in percentages

R + G + B =
189 + 104 + 71 = 364 (100%)
R 189 of 364 ~ 51.92%
G 104 of 364 ~ 28.57%
B 71 of 364 ~ 19.51%

%51.92
%28.57
%19.51

CMYK color model

#BD6847 color CMYK value is (0,45,62,26).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 62.43%
  • key color value is 25.88%
CMYK:
(0,45,62,26)
C0M45Y62K26 
(0%,45%,62%,26%)
(0.00/0.45/0.62/0.26)	

CMYK percentages

%0
%44.97
%62.43
%25.88

Codes

Color #BD6847 in popluar color models

BD6847
RGB18910471
HSL17°47.20%50.98%
HSB/HSV17°62.43%74.12%
CMYK0.00%44.97%62.43%
25.88%

Color #BD6847 in popluar number systems.

HEXBD6847
Decimal18910471
Binary1011110111010001000111
Octal275150107

Shades and tints

Shades of #BD6847

#BD6847
(189,104,71)
#AC5F41
(172,95,65)
#9B563B
(155,86,59)
#8A4D35
(138,77,53)
#79442F
(121,68,47)
#683B29
(104,59,41)
#573223
(87,50,35)
#46291D
(70,41,29)
#352017
(53,32,23)
#241711
(36,23,17)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #BD6847

#BD6847
(189,104,71)
#C37557
(195,117,87)
#C98267
(201,130,103)
#CF8F77
(207,143,119)
#D59C87
(213,156,135)
#DBA997
(219,169,151)
#E1B6A7
(225,182,167)
#E7C3B7
(231,195,183)
#EDD0C7
(237,208,199)
#F3DDD7
(243,221,215)
#F9EAE7
(249,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6847 color. Also use rgb(189,104,71) instead hex code.

Text Font Color

.myTextColor { color: #BD6847; }

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

This text font color is #BD6847.


Background Color

.myBgColor { background-color: #BD6847; }

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

This div background color is #BD6847.


Border color

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

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

This div border color is #BD6847.


Opacity

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

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

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

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

This text has shadow with #BD6847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6847 on black background.


Color preview on white background

This text has color #BD6847 on white background.



Black color preview on #BD6847 background

This text has black color on #BD6847 background.


White color preview on #BD6847 background

This text has white color on #BD6847 background.