COLOR #BD9F6F

HEX: #BD9F6F
RGB: (189,159,111)

Color info

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

RGB color model

#BD9F6F color RGB value is (189,159,111).

  • red value is 189;
  • green value is 159;
  • blue value is 111.
RGB:
(189,159,111)
(74%,62%,44%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 111 of 255 = 44%

189
159
111

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

Portions of RGB colors in percentages

R + G + B =
189 + 159 + 111 = 459 (100%)
R 189 of 459 ~ 41.18%
G 159 of 459 ~ 34.64%
B 111 of 459 ~ 24.18%

%41.18
%34.64
%24.18

CMYK color model

#BD9F6F color CMYK value is (0,16,41,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 41.27%
  • key color value is 25.88%
CMYK:
(0,16,41,26)
C0M16Y41K26 
(0%,16%,41%,26%)
(0.00/0.16/0.41/0.26)	

CMYK percentages

%0
%15.87
%41.27
%25.88

Codes

Color #BD9F6F in popluar color models

BD9F6F
RGB189159111
HSL37°37.14%58.82%
HSB/HSV37°41.27%74.12%
CMYK0.00%15.87%41.27%
25.88%

Color #BD9F6F in popluar number systems.

HEXBD9F6F
Decimal189159111
Binary10111101100111111101111
Octal275237157

Shades and tints

Shades of #BD9F6F

#BD9F6F
(189,159,111)
#AC9165
(172,145,101)
#9B835B
(155,131,91)
#8A7551
(138,117,81)
#796747
(121,103,71)
#68593D
(104,89,61)
#574B33
(87,75,51)
#463D29
(70,61,41)
#352F1F
(53,47,31)
#242115
(36,33,21)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #BD9F6F

#BD9F6F
(189,159,111)
#C3A77C
(195,167,124)
#C9AF89
(201,175,137)
#CFB796
(207,183,150)
#D5BFA3
(213,191,163)
#DBC7B0
(219,199,176)
#E1CFBD
(225,207,189)
#E7D7CA
(231,215,202)
#EDDFD7
(237,223,215)
#F3E7E4
(243,231,228)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9F6F color. Also use rgb(189,159,111) instead hex code.

Text Font Color

.myTextColor { color: #BD9F6F; }

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

This text font color is #BD9F6F.


Background Color

.myBgColor { background-color: #BD9F6F; }

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

This div background color is #BD9F6F.


Border color

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

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

This div border color is #BD9F6F.


Opacity

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

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

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

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

This text has shadow with #BD9F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9F6F on black background.


Color preview on white background

This text has color #BD9F6F on white background.



Black color preview on #BD9F6F background

This text has black color on #BD9F6F background.


White color preview on #BD9F6F background

This text has white color on #BD9F6F background.