COLOR #BD9372

HEX: #BD9372
RGB: (189,147,114)

Color info

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

RGB color model

#BD9372 color RGB value is (189,147,114).

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

RGB channels and saturation

R 189 of 255 = 74%
G 147 of 255 = 58%
B 114 of 255 = 45%

189
147
114

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

Portions of RGB colors in percentages

R + G + B =
189 + 147 + 114 = 450 (100%)
R 189 of 450 ~ 42%
G 147 of 450 ~ 32.67%
B 114 of 450 ~ 25.33%

%42
%32.67
%25.33

CMYK color model

#BD9372 color CMYK value is (0,22,40,26).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 39.68%
  • key color value is 25.88%
CMYK:
(0,22,40,26)
C0M22Y40K26 
(0%,22%,40%,26%)
(0.00/0.22/0.40/0.26)	

CMYK percentages

%0
%22.22
%39.68
%25.88

Codes

Color #BD9372 in popluar color models

BD9372
RGB189147114
HSL26°36.23%59.41%
HSB/HSV26°39.68%74.12%
CMYK0.00%22.22%39.68%
25.88%

Color #BD9372 in popluar number systems.

HEXBD9372
Decimal189147114
Binary10111101100100111110010
Octal275223162

Shades and tints

Shades of #BD9372

#BD9372
(189,147,114)
#AC8668
(172,134,104)
#9B795E
(155,121,94)
#8A6C54
(138,108,84)
#795F4A
(121,95,74)
#685240
(104,82,64)
#574536
(87,69,54)
#46382C
(70,56,44)
#352B22
(53,43,34)
#241E18
(36,30,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #BD9372

#BD9372
(189,147,114)
#C39C7E
(195,156,126)
#C9A58A
(201,165,138)
#CFAE96
(207,174,150)
#D5B7A2
(213,183,162)
#DBC0AE
(219,192,174)
#E1C9BA
(225,201,186)
#E7D2C6
(231,210,198)
#EDDBD2
(237,219,210)
#F3E4DE
(243,228,222)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9372; }

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

This text font color is #BD9372.


Background Color

.myBgColor { background-color: #BD9372; }

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

This div background color is #BD9372.


Border color

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

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

This div border color is #BD9372.


Opacity

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

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

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

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

This text has shadow with #BD9372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9372 on black background.


Color preview on white background

This text has color #BD9372 on white background.



Black color preview on #BD9372 background

This text has black color on #BD9372 background.


White color preview on #BD9372 background

This text has white color on #BD9372 background.