COLOR #BD9772

HEX: #BD9772
RGB: (189,151,114)

Color info

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

RGB color model

#BD9772 color RGB value is (189,151,114).

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

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 114 of 255 = 45%

189
151
114

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

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 114 = 454 (100%)
R 189 of 454 ~ 41.63%
G 151 of 454 ~ 33.26%
B 114 of 454 ~ 25.11%

%41.63
%33.26
%25.11

CMYK color model

#BD9772 color CMYK value is (0,20,40,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 39.68%
  • key color value is 25.88%
CMYK:
(0,20,40,26)
C0M20Y40K26 
(0%,20%,40%,26%)
(0.00/0.20/0.40/0.26)	

CMYK percentages

%0
%20.11
%39.68
%25.88

Codes

Color #BD9772 in popluar color models

BD9772
RGB189151114
HSL30°36.23%59.41%
HSB/HSV30°39.68%74.12%
CMYK0.00%20.11%39.68%
25.88%

Color #BD9772 in popluar number systems.

HEXBD9772
Decimal189151114
Binary10111101100101111110010
Octal275227162

Shades and tints

Shades of #BD9772

#BD9772
(189,151,114)
#AC8A68
(172,138,104)
#9B7D5E
(155,125,94)
#8A7054
(138,112,84)
#79634A
(121,99,74)
#685640
(104,86,64)
#574936
(87,73,54)
#463C2C
(70,60,44)
#352F22
(53,47,34)
#242218
(36,34,24)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #BD9772

#BD9772
(189,151,114)
#C3A07E
(195,160,126)
#C9A98A
(201,169,138)
#CFB296
(207,178,150)
#D5BBA2
(213,187,162)
#DBC4AE
(219,196,174)
#E1CDBA
(225,205,186)
#E7D6C6
(231,214,198)
#EDDFD2
(237,223,210)
#F3E8DE
(243,232,222)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9772; }

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

This text font color is #BD9772.


Background Color

.myBgColor { background-color: #BD9772; }

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

This div background color is #BD9772.


Border color

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

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

This div border color is #BD9772.


Opacity

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

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

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

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

This text has shadow with #BD9772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9772 on black background.


Color preview on white background

This text has color #BD9772 on white background.



Black color preview on #BD9772 background

This text has black color on #BD9772 background.


White color preview on #BD9772 background

This text has white color on #BD9772 background.