COLOR #BD9F93

HEX: #BD9F93
RGB: (189,159,147)

Color info

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

RGB color model

#BD9F93 color RGB value is (189,159,147).

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

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 147 of 255 = 58%

189
159
147

R + G + B ~ 65%. #BD9F93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 159 + 147 = 495 (100%)
R 189 of 495 ~ 38.18%
G 159 of 495 ~ 32.12%
B 147 of 495 ~ 29.7%

%38.18
%32.12
%29.7

CMYK color model

#BD9F93 color CMYK value is (0,16,22,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,16,22,26)
C0M16Y22K26 
(0%,16%,22%,26%)
(0.00/0.16/0.22/0.26)	

CMYK percentages

%0
%15.87
%22.22
%25.88

Codes

Color #BD9F93 in popluar color models

BD9F93
RGB189159147
HSL17°24.14%65.88%
HSB/HSV17°22.22%74.12%
CMYK0.00%15.87%22.22%
25.88%

Color #BD9F93 in popluar number systems.

HEXBD9F93
Decimal189159147
Binary101111011001111110010011
Octal275237223

Shades and tints

Shades of #BD9F93

#BD9F93
(189,159,147)
#AC9186
(172,145,134)
#9B8379
(155,131,121)
#8A756C
(138,117,108)
#79675F
(121,103,95)
#685952
(104,89,82)
#574B45
(87,75,69)
#463D38
(70,61,56)
#352F2B
(53,47,43)
#24211E
(36,33,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BD9F93

#BD9F93
(189,159,147)
#C3A79C
(195,167,156)
#C9AFA5
(201,175,165)
#CFB7AE
(207,183,174)
#D5BFB7
(213,191,183)
#DBC7C0
(219,199,192)
#E1CFC9
(225,207,201)
#E7D7D2
(231,215,210)
#EDDFDB
(237,223,219)
#F3E7E4
(243,231,228)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9F93; }

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

This text font color is #BD9F93.


Background Color

.myBgColor { background-color: #BD9F93; }

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

This div background color is #BD9F93.


Border color

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

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

This div border color is #BD9F93.


Opacity

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

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

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

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

This text has shadow with #BD9F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9F93 on black background.


Color preview on white background

This text has color #BD9F93 on white background.



Black color preview on #BD9F93 background

This text has black color on #BD9F93 background.


White color preview on #BD9F93 background

This text has white color on #BD9F93 background.