COLOR #BD9F92

HEX: #BD9F92 RGB: (189,159,146)

Color info

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

RGB color model

#BD9F92 color RGB value is (189,159,146).

RGB: (189,159,146) (74%, 62%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 146 of 255 = 57%

189
159
146

R + G + B ~ 64%. #BD9F92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 159 + 146 = 494 (100%)
R 189 of 494 ~ 38.26%
G 159 of 494 ~ 32.19%
B 146 of 494 ~ 29.55'%

%38.26
%32.19
%29.55

CMYK color model

#BD9F92 color CMYK value is (0,16,23,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK: (0,16,23,26) C0M16Y23K26 (0%,16%,23%,26%) (0.00/0.16/0.23/0.26) 

CMYK percentages

%0
%15.87
%22.75
%25.88

Codes

Color #BD9F92 in popluar color models

BD 9F 92
RGB 189 159 146
HSL 18° 24.57% 65.69%
HSB/HSV 18° 22.75% 74.12%
CMYK 0.00% 15.87% 22.75%
25.88%

Color #BD9F92 in popluar number systems.

HEX BD 9F 92
Decimal 189 159 146
Binary 10111101 10011111 10010010
Octal 275 237 222

Shades and tints

Shades of #BD9F92

#BD9F92
(189,159,146)
#AC9185
(172,145,133)
#9B8378
(155,131,120)
#8A756B
(138,117,107)
#79675E
(121,103,94)
#685951
(104,89,81)
#574B44
(87,75,68)
#463D37
(70,61,55)
#352F2A
(53,47,42)
#24211D
(36,33,29)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BD9F92

#BD9F92
(189,159,146)
#C3A79B
(195,167,155)
#C9AFA4
(201,175,164)
#CFB7AD
(207,183,173)
#D5BFB6
(213,191,182)
#DBC7BF
(219,199,191)
#E1CFC8
(225,207,200)
#E7D7D1
(231,215,209)
#EDDFDA
(237,223,218)
#F3E7E3
(243,231,227)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9F92; }

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

This text font color is #BD9F92.

Background Color

.myBgColor { background-color: #BD9F92; }

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

This div background color is #BD9F92.

Border color

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

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

This div border color is #BD9F92.

Opacity

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

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

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

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

This text has shadow with #BD9F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9F92.

Preview

Color preview on black background

This text has color #BD9F92 on black background.


Color preview on white background

This text has color #BD9F92 on white background.


Black color preview on #BD9F92 background

This text has black color on #BD9F92 background.


White color preview on #BD9F92 background

This text has white color on #BD9F92 background.


Related colors

Complementary color

Complementary color for #hex is #42606D.


I love getcolorcode.com

Triadic colors

1 #92BD9F and #9F92BD with #BD9F92 are triadic colors.

2 #929FBD and #9FBD92 with #BD9F92 are triadic colors.