COLOR #BD9C92

HEX: #BD9C92 RGB: (189,156,146)

Color info

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

RGB color model

#BD9C92 color RGB value is (189,156,146).

RGB: (189,156,146) (74%, 61%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 146 of 255 = 57%

189
156
146

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

Portions of RGB colors in percentages

R + G + B = 189 + 156 + 146 = 491 (100%)
R 189 of 491 ~ 38.49%
G 156 of 491 ~ 31.77%
B 146 of 491 ~ 29.74'%

%38.49
%31.77
%29.74

CMYK color model

#BD9C92 color CMYK value is (0,17,23,26).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 22.75%
  • key color value is 25.88%

CMYK: (0,17,23,26)
C0M17Y23K26 (0%, 17%, 23%, 26%)
(0.00 / 0.17 / 0.23 / 0.26)

CMYK percentages

%0
%17.46
%22.75
%25.88

Codes

Color #BD9C92 in popluar color models

BD 9C 92
RGB 189 156 146
HSL 14° 24.57% 65.69%
HSB/HSV 14° 22.75% 74.12%
CMYK 0.00% 17.46% 22.75%
25.88%

Color #BD9C92 in popluar number systems.

HEX BD 9C 92
Decimal 189 156 146
Binary 10111101 10011100 10010010
Octal 275 234 222

Shades and tints

Shades of #BD9C92

#BD9C92
(189,156,146)
#AC8E85
(172,142,133)
#9B8078
(155,128,120)
#8A726B
(138,114,107)
#79645E
(121,100,94)
#685651
(104,86,81)
#574844
(87,72,68)
#463A37
(70,58,55)
#352C2A
(53,44,42)
#241E1D
(36,30,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #BD9C92

#BD9C92
(189,156,146)
#C3A59B
(195,165,155)
#C9AEA4
(201,174,164)
#CFB7AD
(207,183,173)
#D5C0B6
(213,192,182)
#DBC9BF
(219,201,191)
#E1D2C8
(225,210,200)
#E7DBD1
(231,219,209)
#EDE4DA
(237,228,218)
#F3EDE3
(243,237,227)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9C92; }

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

This text font color is #BD9C92.

Background Color

.myBgColor { background-color: #BD9C92; }

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

This div background color is #BD9C92.

Border color

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

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

This div border color is #BD9C92.

Opacity

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

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

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

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

This text has shadow with #BD9C92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9C92.

Preview

Color preview on black background

This text has color #BD9C92 on black background.


Color preview on white background

This text has color #BD9C92 on white background.


Black color preview on #BD9C92 background

This text has black color on #BD9C92 background.


White color preview on #BD9C92 background

This text has white color on #BD9C92 background.


Related colors

Complementary color

Complementary color for #hex is #42636D.


I love getcolorcode.com

Triadic colors

1 #92BD9C and #9C92BD with #BD9C92 are triadic colors.

2 #929CBD and #9CBD92 with #BD9C92 are triadic colors.