COLOR #BD9976

HEX: #BD9976
RGB: (189,153,118)

Color info

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

RGB color model

#BD9976 color RGB value is (189,153,118).

  • red value is 189;
  • green value is 153;
  • blue value is 118.
RGB:
(189,153,118)
(74%,60%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 118 of 255 = 46%

189
153
118

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

Portions of RGB colors in percentages

R + G + B =
189 + 153 + 118 = 460 (100%)
R 189 of 460 ~ 41.09%
G 153 of 460 ~ 33.26%
B 118 of 460 ~ 25.65%

%41.09
%33.26
%25.65

CMYK color model

#BD9976 color CMYK value is (0,19,38,26).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(0,19,38,26)
C0M19Y38K26 
(0%,19%,38%,26%)
(0.00/0.19/0.38/0.26)	

CMYK percentages

%0
%19.05
%37.57
%25.88

Codes

Color #BD9976 in popluar color models

BD9976
RGB189153118
HSL30°34.98%60.20%
HSB/HSV30°37.57%74.12%
CMYK0.00%19.05%37.57%
25.88%

Color #BD9976 in popluar number systems.

HEXBD9976
Decimal189153118
Binary10111101100110011110110
Octal275231166

Shades and tints

Shades of #BD9976

#BD9976
(189,153,118)
#AC8C6C
(172,140,108)
#9B7F62
(155,127,98)
#8A7258
(138,114,88)
#79654E
(121,101,78)
#685844
(104,88,68)
#574B3A
(87,75,58)
#463E30
(70,62,48)
#353126
(53,49,38)
#24241C
(36,36,28)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BD9976

#BD9976
(189,153,118)
#C3A282
(195,162,130)
#C9AB8E
(201,171,142)
#CFB49A
(207,180,154)
#D5BDA6
(213,189,166)
#DBC6B2
(219,198,178)
#E1CFBE
(225,207,190)
#E7D8CA
(231,216,202)
#EDE1D6
(237,225,214)
#F3EAE2
(243,234,226)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9976 color. Also use rgb(189,153,118) instead hex code.

Text Font Color

.myTextColor { color: #BD9976; }

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

This text font color is #BD9976.


Background Color

.myBgColor { background-color: #BD9976; }

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

This div background color is #BD9976.


Border color

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

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

This div border color is #BD9976.


Opacity

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

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

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

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

This text has shadow with #BD9976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9976 on black background.


Color preview on white background

This text has color #BD9976 on white background.



Black color preview on #BD9976 background

This text has black color on #BD9976 background.


White color preview on #BD9976 background

This text has white color on #BD9976 background.