COLOR #BDB689

HEX: #BDB689
RGB: (189,182,137)

Color info

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

RGB color model

#BDB689 color RGB value is (189,182,137).

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

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 137 of 255 = 54%

189
182
137

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

Portions of RGB colors in percentages

R + G + B =
189 + 182 + 137 = 508 (100%)
R 189 of 508 ~ 37.2%
G 182 of 508 ~ 35.83%
B 137 of 508 ~ 26.97%

%37.2
%35.83
%26.97

CMYK color model

#BDB689 color CMYK value is (0,4,28,26).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(0,4,28,26)
C0M4Y28K26 
(0%,4%,28%,26%)
(0.00/0.04/0.28/0.26)	

CMYK percentages

%0
%3.7
%27.51
%25.88

Codes

Color #BDB689 in popluar color models

BDB689
RGB189182137
HSL52°28.26%63.92%
HSB/HSV52°27.51%74.12%
CMYK0.00%3.70%27.51%
25.88%

Color #BDB689 in popluar number systems.

HEXBDB689
Decimal189182137
Binary101111011011011010001001
Octal275266211

Shades and tints

Shades of #BDB689

#BDB689
(189,182,137)
#ACA67D
(172,166,125)
#9B9671
(155,150,113)
#8A8665
(138,134,101)
#797659
(121,118,89)
#68664D
(104,102,77)
#575641
(87,86,65)
#464635
(70,70,53)
#353629
(53,54,41)
#24261D
(36,38,29)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #BDB689

#BDB689
(189,182,137)
#C3BC93
(195,188,147)
#C9C29D
(201,194,157)
#CFC8A7
(207,200,167)
#D5CEB1
(213,206,177)
#DBD4BB
(219,212,187)
#E1DAC5
(225,218,197)
#E7E0CF
(231,224,207)
#EDE6D9
(237,230,217)
#F3ECE3
(243,236,227)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB689; }

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

This text font color is #BDB689.


Background Color

.myBgColor { background-color: #BDB689; }

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

This div background color is #BDB689.


Border color

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

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

This div border color is #BDB689.


Opacity

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

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

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

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

This text has shadow with #BDB689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB689 on black background.


Color preview on white background

This text has color #BDB689 on white background.



Black color preview on #BDB689 background

This text has black color on #BDB689 background.


White color preview on #BDB689 background

This text has white color on #BDB689 background.