COLOR #BD9E89

HEX: #BD9E89
RGB: (189,158,137)

Color info

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

RGB color model

#BD9E89 color RGB value is (189,158,137).

  • red value is 189;
  • green value is 158;
  • blue value is 137.
RGB:
(189,158,137)
(74%,62%,54%)

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 137 of 255 = 54%

189
158
137

R + G + B ~ 63%. #BD9E89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 137 = 484 (100%)
R 189 of 484 ~ 39.05%
G 158 of 484 ~ 32.64%
B 137 of 484 ~ 28.31%

%39.05
%32.64
%28.31

CMYK color model

#BD9E89 color CMYK value is (0,16,28,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(0,16,28,26)
C0M16Y28K26 
(0%,16%,28%,26%)
(0.00/0.16/0.28/0.26)	

CMYK percentages

%0
%16.4
%27.51
%25.88

Codes

Color #BD9E89 in popluar color models

BD9E89
RGB189158137
HSL24°28.26%63.92%
HSB/HSV24°27.51%74.12%
CMYK0.00%16.40%27.51%
25.88%

Color #BD9E89 in popluar number systems.

HEXBD9E89
Decimal189158137
Binary101111011001111010001001
Octal275236211

Shades and tints

Shades of #BD9E89

#BD9E89
(189,158,137)
#AC907D
(172,144,125)
#9B8271
(155,130,113)
#8A7465
(138,116,101)
#796659
(121,102,89)
#68584D
(104,88,77)
#574A41
(87,74,65)
#463C35
(70,60,53)
#352E29
(53,46,41)
#24201D
(36,32,29)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #BD9E89

#BD9E89
(189,158,137)
#C3A693
(195,166,147)
#C9AE9D
(201,174,157)
#CFB6A7
(207,182,167)
#D5BEB1
(213,190,177)
#DBC6BB
(219,198,187)
#E1CEC5
(225,206,197)
#E7D6CF
(231,214,207)
#EDDED9
(237,222,217)
#F3E6E3
(243,230,227)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9E89 color. Also use rgb(189,158,137) instead hex code.

Text Font Color

.myTextColor { color: #BD9E89; }

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

This text font color is #BD9E89.


Background Color

.myBgColor { background-color: #BD9E89; }

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

This div background color is #BD9E89.


Border color

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

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

This div border color is #BD9E89.


Opacity

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

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

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

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

This text has shadow with #BD9E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9E89 on black background.


Color preview on white background

This text has color #BD9E89 on white background.



Black color preview on #BD9E89 background

This text has black color on #BD9E89 background.


White color preview on #BD9E89 background

This text has white color on #BD9E89 background.