COLOR #BD9C85

HEX: #BD9C85
RGB: (189,156,133)

Color info

#BD9C85 contains red, green and blue colors in about the same proportion. Web safe color of #BD9C85 is #CC9999 (or #C99).

RGB color model

#BD9C85 color RGB value is (189,156,133).

  • red value is 189;
  • green value is 156;
  • blue value is 133.
RGB:
(189,156,133)
(74%,61%,52%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 133 of 255 = 52%

189
156
133

R + G + B ~ 62%. #BD9C85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 133 = 478 (100%)
R 189 of 478 ~ 39.54%
G 156 of 478 ~ 32.64%
B 133 of 478 ~ 27.82%

%39.54
%32.64
%27.82

CMYK color model

#BD9C85 color CMYK value is (0,17,30,26).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 29.63%
  • key color value is 25.88%
CMYK:
(0,17,30,26)
C0M17Y30K26 
(0%,17%,30%,26%)
(0.00/0.17/0.30/0.26)	

CMYK percentages

%0
%17.46
%29.63
%25.88

Codes

Color #BD9C85 in popluar color models

BD9C85
RGB189156133
HSL25°29.79%63.14%
HSB/HSV25°29.63%74.12%
CMYK0.00%17.46%29.63%
25.88%

Color #BD9C85 in popluar number systems.

HEXBD9C85
Decimal189156133
Binary101111011001110010000101
Octal275234205

Shades and tints

Shades of #BD9C85

#BD9C85
(189,156,133)
#AC8E79
(172,142,121)
#9B806D
(155,128,109)
#8A7261
(138,114,97)
#796455
(121,100,85)
#685649
(104,86,73)
#57483D
(87,72,61)
#463A31
(70,58,49)
#352C25
(53,44,37)
#241E19
(36,30,25)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #BD9C85

#BD9C85
(189,156,133)
#C3A590
(195,165,144)
#C9AE9B
(201,174,155)
#CFB7A6
(207,183,166)
#D5C0B1
(213,192,177)
#DBC9BC
(219,201,188)
#E1D2C7
(225,210,199)
#E7DBD2
(231,219,210)
#EDE4DD
(237,228,221)
#F3EDE8
(243,237,232)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9C85 color. Also use rgb(189,156,133) instead hex code.

Text Font Color

.myTextColor { color: #BD9C85; }

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

This text font color is #BD9C85.


Background Color

.myBgColor { background-color: #BD9C85; }

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

This div background color is #BD9C85.


Border color

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

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

This div border color is #BD9C85.


Opacity

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

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

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

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

This text has shadow with #BD9C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9C85 on black background.


Color preview on white background

This text has color #BD9C85 on white background.



Black color preview on #BD9C85 background

This text has black color on #BD9C85 background.


White color preview on #BD9C85 background

This text has white color on #BD9C85 background.