COLOR #BD8674

HEX: #BD8674
RGB: (189,134,116)

Color info

#BD8674 contains mainly red and green colors. Web safe color of #BD8674 is #CC9966 (or #C96).

RGB color model

#BD8674 color RGB value is (189,134,116).

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

RGB channels and saturation

R 189 of 255 = 74%
G 134 of 255 = 53%
B 116 of 255 = 45%

189
134
116

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

Portions of RGB colors in percentages

R + G + B =
189 + 134 + 116 = 439 (100%)
R 189 of 439 ~ 43.05%
G 134 of 439 ~ 30.52%
B 116 of 439 ~ 26.42%

%43.05
%30.52
%26.42

CMYK color model

#BD8674 color CMYK value is (0,29,39,26).

  • cyan value is 0.00%
  • magenta value is 29.10%
  • yellow value is 38.62%
  • key color value is 25.88%
CMYK:
(0,29,39,26)
C0M29Y39K26 
(0%,29%,39%,26%)
(0.00/0.29/0.39/0.26)	

CMYK percentages

%0
%29.1
%38.62
%25.88

Codes

Color #BD8674 in popluar color models

BD8674
RGB189134116
HSL15°35.61%59.80%
HSB/HSV15°38.62%74.12%
CMYK0.00%29.10%38.62%
25.88%

Color #BD8674 in popluar number systems.

HEXBD8674
Decimal189134116
Binary10111101100001101110100
Octal275206164

Shades and tints

Shades of #BD8674

#BD8674
(189,134,116)
#AC7A6A
(172,122,106)
#9B6E60
(155,110,96)
#8A6256
(138,98,86)
#79564C
(121,86,76)
#684A42
(104,74,66)
#573E38
(87,62,56)
#46322E
(70,50,46)
#352624
(53,38,36)
#241A1A
(36,26,26)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #BD8674

#BD8674
(189,134,116)
#C39180
(195,145,128)
#C99C8C
(201,156,140)
#CFA798
(207,167,152)
#D5B2A4
(213,178,164)
#DBBDB0
(219,189,176)
#E1C8BC
(225,200,188)
#E7D3C8
(231,211,200)
#EDDED4
(237,222,212)
#F3E9E0
(243,233,224)
#F9F4EC
(249,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8674; }

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

This text font color is #BD8674.


Background Color

.myBgColor { background-color: #BD8674; }

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

This div background color is #BD8674.


Border color

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

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

This div border color is #BD8674.


Opacity

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

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

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

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

This text has shadow with #BD8674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8674 on black background.


Color preview on white background

This text has color #BD8674 on white background.



Black color preview on #BD8674 background

This text has black color on #BD8674 background.


White color preview on #BD8674 background

This text has white color on #BD8674 background.