COLOR #BD9476

HEX: #BD9476
RGB: (189,148,118)

Color info

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

RGB color model

#BD9476 color RGB value is (189,148,118).

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

RGB channels and saturation

R 189 of 255 = 74%
G 148 of 255 = 58%
B 118 of 255 = 46%

189
148
118

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

Portions of RGB colors in percentages

R + G + B =
189 + 148 + 118 = 455 (100%)
R 189 of 455 ~ 41.54%
G 148 of 455 ~ 32.53%
B 118 of 455 ~ 25.93%

%41.54
%32.53
%25.93

CMYK color model

#BD9476 color CMYK value is (0,22,38,26).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(0,22,38,26)
C0M22Y38K26 
(0%,22%,38%,26%)
(0.00/0.22/0.38/0.26)	

CMYK percentages

%0
%21.69
%37.57
%25.88

Codes

Color #BD9476 in popluar color models

BD9476
RGB189148118
HSL25°34.98%60.20%
HSB/HSV25°37.57%74.12%
CMYK0.00%21.69%37.57%
25.88%

Color #BD9476 in popluar number systems.

HEXBD9476
Decimal189148118
Binary10111101100101001110110
Octal275224166

Shades and tints

Shades of #BD9476

#BD9476
(189,148,118)
#AC876C
(172,135,108)
#9B7A62
(155,122,98)
#8A6D58
(138,109,88)
#79604E
(121,96,78)
#685344
(104,83,68)
#57463A
(87,70,58)
#463930
(70,57,48)
#352C26
(53,44,38)
#241F1C
(36,31,28)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #BD9476

#BD9476
(189,148,118)
#C39D82
(195,157,130)
#C9A68E
(201,166,142)
#CFAF9A
(207,175,154)
#D5B8A6
(213,184,166)
#DBC1B2
(219,193,178)
#E1CABE
(225,202,190)
#E7D3CA
(231,211,202)
#EDDCD6
(237,220,214)
#F3E5E2
(243,229,226)
#F9EEEE
(249,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9476; }

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

This text font color is #BD9476.


Background Color

.myBgColor { background-color: #BD9476; }

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

This div background color is #BD9476.


Border color

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

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

This div border color is #BD9476.


Opacity

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

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

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

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

This text has shadow with #BD9476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9476 on black background.


Color preview on white background

This text has color #BD9476 on white background.



Black color preview on #BD9476 background

This text has black color on #BD9476 background.


White color preview on #BD9476 background

This text has white color on #BD9476 background.