COLOR #BD9379

HEX: #BD9379
RGB: (189,147,121)

Color info

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

RGB color model

#BD9379 color RGB value is (189,147,121).

  • red value is 189;
  • green value is 147;
  • blue value is 121.
RGB:
(189,147,121)
(74%,58%,47%)

RGB channels and saturation

R 189 of 255 = 74%
G 147 of 255 = 58%
B 121 of 255 = 47%

189
147
121

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

Portions of RGB colors in percentages

R + G + B =
189 + 147 + 121 = 457 (100%)
R 189 of 457 ~ 41.36%
G 147 of 457 ~ 32.17%
B 121 of 457 ~ 26.48%

%41.36
%32.17
%26.48

CMYK color model

#BD9379 color CMYK value is (0,22,36,26).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 35.98%
  • key color value is 25.88%
CMYK:
(0,22,36,26)
C0M22Y36K26 
(0%,22%,36%,26%)
(0.00/0.22/0.36/0.26)	

CMYK percentages

%0
%22.22
%35.98
%25.88

Codes

Color #BD9379 in popluar color models

BD9379
RGB189147121
HSL23°34.00%60.78%
HSB/HSV23°35.98%74.12%
CMYK0.00%22.22%35.98%
25.88%

Color #BD9379 in popluar number systems.

HEXBD9379
Decimal189147121
Binary10111101100100111111001
Octal275223171

Shades and tints

Shades of #BD9379

#BD9379
(189,147,121)
#AC866E
(172,134,110)
#9B7963
(155,121,99)
#8A6C58
(138,108,88)
#795F4D
(121,95,77)
#685242
(104,82,66)
#574537
(87,69,55)
#46382C
(70,56,44)
#352B21
(53,43,33)
#241E16
(36,30,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #BD9379

#BD9379
(189,147,121)
#C39C85
(195,156,133)
#C9A591
(201,165,145)
#CFAE9D
(207,174,157)
#D5B7A9
(213,183,169)
#DBC0B5
(219,192,181)
#E1C9C1
(225,201,193)
#E7D2CD
(231,210,205)
#EDDBD9
(237,219,217)
#F3E4E5
(243,228,229)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9379 color. Also use rgb(189,147,121) instead hex code.

Text Font Color

.myTextColor { color: #BD9379; }

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

This text font color is #BD9379.


Background Color

.myBgColor { background-color: #BD9379; }

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

This div background color is #BD9379.


Border color

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

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

This div border color is #BD9379.


Opacity

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

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

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

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

This text has shadow with #BD9379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9379 on black background.


Color preview on white background

This text has color #BD9379 on white background.



Black color preview on #BD9379 background

This text has black color on #BD9379 background.


White color preview on #BD9379 background

This text has white color on #BD9379 background.