COLOR #BDB38D

HEX: #BDB38D
RGB: (189,179,141)

Color info

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

RGB color model

#BDB38D color RGB value is (189,179,141).

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

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 141 of 255 = 55%

189
179
141

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

Portions of RGB colors in percentages

R + G + B =
189 + 179 + 141 = 509 (100%)
R 189 of 509 ~ 37.13%
G 179 of 509 ~ 35.17%
B 141 of 509 ~ 27.7%

%37.13
%35.17
%27.7

CMYK color model

#BDB38D color CMYK value is (0,5,25,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 25.40%
  • key color value is 25.88%
CMYK:
(0,5,25,26)
C0M5Y25K26 
(0%,5%,25%,26%)
(0.00/0.05/0.25/0.26)	

CMYK percentages

%0
%5.29
%25.4
%25.88

Codes

Color #BDB38D in popluar color models

BDB38D
RGB189179141
HSL48°26.67%64.71%
HSB/HSV48°25.40%74.12%
CMYK0.00%5.29%25.40%
25.88%

Color #BDB38D in popluar number systems.

HEXBDB38D
Decimal189179141
Binary101111011011001110001101
Octal275263215

Shades and tints

Shades of #BDB38D

#BDB38D
(189,179,141)
#ACA381
(172,163,129)
#9B9375
(155,147,117)
#8A8369
(138,131,105)
#79735D
(121,115,93)
#686351
(104,99,81)
#575345
(87,83,69)
#464339
(70,67,57)
#35332D
(53,51,45)
#242321
(36,35,33)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #BDB38D

#BDB38D
(189,179,141)
#C3B997
(195,185,151)
#C9BFA1
(201,191,161)
#CFC5AB
(207,197,171)
#D5CBB5
(213,203,181)
#DBD1BF
(219,209,191)
#E1D7C9
(225,215,201)
#E7DDD3
(231,221,211)
#EDE3DD
(237,227,221)
#F3E9E7
(243,233,231)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB38D; }

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

This text font color is #BDB38D.


Background Color

.myBgColor { background-color: #BDB38D; }

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

This div background color is #BDB38D.


Border color

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

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

This div border color is #BDB38D.


Opacity

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

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

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

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

This text has shadow with #BDB38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB38D on black background.


Color preview on white background

This text has color #BDB38D on white background.



Black color preview on #BDB38D background

This text has black color on #BDB38D background.


White color preview on #BDB38D background

This text has white color on #BDB38D background.