COLOR #BDB389

HEX: #BDB389
RGB: (189,179,137)

Color info

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

RGB color model

#BDB389 color RGB value is (189,179,137).

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

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 137 of 255 = 54%

189
179
137

R + G + B ~ 66%. #BDB389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 179 + 137 = 505 (100%)
R 189 of 505 ~ 37.43%
G 179 of 505 ~ 35.45%
B 137 of 505 ~ 27.13%

%37.43
%35.45
%27.13

CMYK color model

#BDB389 color CMYK value is (0,5,28,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(0,5,28,26)
C0M5Y28K26 
(0%,5%,28%,26%)
(0.00/0.05/0.28/0.26)	

CMYK percentages

%0
%5.29
%27.51
%25.88

Codes

Color #BDB389 in popluar color models

BDB389
RGB189179137
HSL48°28.26%63.92%
HSB/HSV48°27.51%74.12%
CMYK0.00%5.29%27.51%
25.88%

Color #BDB389 in popluar number systems.

HEXBDB389
Decimal189179137
Binary101111011011001110001001
Octal275263211

Shades and tints

Shades of #BDB389

#BDB389
(189,179,137)
#ACA37D
(172,163,125)
#9B9371
(155,147,113)
#8A8365
(138,131,101)
#797359
(121,115,89)
#68634D
(104,99,77)
#575341
(87,83,65)
#464335
(70,67,53)
#353329
(53,51,41)
#24231D
(36,35,29)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BDB389

#BDB389
(189,179,137)
#C3B993
(195,185,147)
#C9BF9D
(201,191,157)
#CFC5A7
(207,197,167)
#D5CBB1
(213,203,177)
#DBD1BB
(219,209,187)
#E1D7C5
(225,215,197)
#E7DDCF
(231,221,207)
#EDE3D9
(237,227,217)
#F3E9E3
(243,233,227)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB389; }

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

This text font color is #BDB389.


Background Color

.myBgColor { background-color: #BDB389; }

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

This div background color is #BDB389.


Border color

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

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

This div border color is #BDB389.


Opacity

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

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

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

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

This text has shadow with #BDB389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB389 on black background.


Color preview on white background

This text has color #BDB389 on white background.



Black color preview on #BDB389 background

This text has black color on #BDB389 background.


White color preview on #BDB389 background

This text has white color on #BDB389 background.