COLOR #BDB889

HEX: #BDB889 RGB: (189,184,137)

Color info

#BDB889 contains red, green and blue colors in about the same proportion. Web safe color of #BDB889 is #CCCC99 (or #CC9).

RGB color model

#BDB889 color RGB value is (189,184,137).

RGB: (189,184,137) (74%, 72%, 54%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 137 of 255 = 54%

189
184
137

R + G + B ~ 67%. #BDB889 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 184 + 137 = 510 (100%)
R 189 of 510 ~ 37.06%
G 184 of 510 ~ 36.08%
B 137 of 510 ~ 26.86'%

%37.06
%36.08
%26.86

CMYK color model

#BDB889 color CMYK value is (0,3,28,26).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 27.51%
  • key color value is 25.88%

CMYK: (0,3,28,26)
C0M3Y28K26 (0%, 3%, 28%, 26%)
(0.00 / 0.03 / 0.28 / 0.26)

CMYK percentages

%0
%2.65
%27.51
%25.88

Codes

Color #BDB889 in popluar color models

BD B8 89
RGB 189 184 137
HSL 54° 28.26% 63.92%
HSB/HSV 54° 27.51% 74.12%
CMYK 0.00% 2.65% 27.51%
25.88%

Color #BDB889 in popluar number systems.

HEX BD B8 89
Decimal 189 184 137
Binary 10111101 10111000 10001001
Octal 275 270 211

Shades and tints

Shades of #BDB889

#BDB889
(189,184,137)
#ACA87D
(172,168,125)
#9B9871
(155,152,113)
#8A8865
(138,136,101)
#797859
(121,120,89)
#68684D
(104,104,77)
#575841
(87,88,65)
#464835
(70,72,53)
#353829
(53,56,41)
#24281D
(36,40,29)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDB889

#BDB889
(189,184,137)
#C3BE93
(195,190,147)
#C9C49D
(201,196,157)
#CFCAA7
(207,202,167)
#D5D0B1
(213,208,177)
#DBD6BB
(219,214,187)
#E1DCC5
(225,220,197)
#E7E2CF
(231,226,207)
#EDE8D9
(237,232,217)
#F3EEE3
(243,238,227)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB889; }

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

This text font color is #BDB889.

Background Color

.myBgColor { background-color: #BDB889; }

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

This div background color is #BDB889.

Border color

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

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

This div border color is #BDB889.

Opacity

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

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

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

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

This text has shadow with #BDB889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB889.

Preview

Color preview on black background

This text has color #BDB889 on black background.


Color preview on white background

This text has color #BDB889 on white background.


Black color preview on #BDB889 background

This text has black color on #BDB889 background.


White color preview on #BDB889 background

This text has white color on #BDB889 background.


Related colors

Complementary color

Complementary color for #hex is #424776.


I love getcolorcode.com

Triadic colors

1 #89BDB8 and #B889BD with #BDB889 are triadic colors.

2 #89B8BD and #B8BD89 with #BDB889 are triadic colors.