COLOR #BD9F6B

HEX: #BD9F6B
RGB: (189,159,107)

Color info

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

RGB color model

#BD9F6B color RGB value is (189,159,107).

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

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 107 of 255 = 42%

189
159
107

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

Portions of RGB colors in percentages

R + G + B =
189 + 159 + 107 = 455 (100%)
R 189 of 455 ~ 41.54%
G 159 of 455 ~ 34.95%
B 107 of 455 ~ 23.52%

%41.54
%34.95
%23.52

CMYK color model

#BD9F6B color CMYK value is (0,16,43,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(0,16,43,26)
C0M16Y43K26 
(0%,16%,43%,26%)
(0.00/0.16/0.43/0.26)	

CMYK percentages

%0
%15.87
%43.39
%25.88

Codes

Color #BD9F6B in popluar color models

BD9F6B
RGB189159107
HSL38°38.32%58.04%
HSB/HSV38°43.39%74.12%
CMYK0.00%15.87%43.39%
25.88%

Color #BD9F6B in popluar number systems.

HEXBD9F6B
Decimal189159107
Binary10111101100111111101011
Octal275237153

Shades and tints

Shades of #BD9F6B

#BD9F6B
(189,159,107)
#AC9162
(172,145,98)
#9B8359
(155,131,89)
#8A7550
(138,117,80)
#796747
(121,103,71)
#68593E
(104,89,62)
#574B35
(87,75,53)
#463D2C
(70,61,44)
#352F23
(53,47,35)
#24211A
(36,33,26)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BD9F6B

#BD9F6B
(189,159,107)
#C3A778
(195,167,120)
#C9AF85
(201,175,133)
#CFB792
(207,183,146)
#D5BF9F
(213,191,159)
#DBC7AC
(219,199,172)
#E1CFB9
(225,207,185)
#E7D7C6
(231,215,198)
#EDDFD3
(237,223,211)
#F3E7E0
(243,231,224)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9F6B; }

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

This text font color is #BD9F6B.


Background Color

.myBgColor { background-color: #BD9F6B; }

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

This div background color is #BD9F6B.


Border color

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

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

This div border color is #BD9F6B.


Opacity

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

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

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

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

This text has shadow with #BD9F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9F6B on black background.


Color preview on white background

This text has color #BD9F6B on white background.



Black color preview on #BD9F6B background

This text has black color on #BD9F6B background.


White color preview on #BD9F6B background

This text has white color on #BD9F6B background.