COLOR #BDB58C

HEX: #BDB58C
RGB: (189,181,140)

Color info

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

RGB color model

#BDB58C color RGB value is (189,181,140).

  • red value is 189;
  • green value is 181;
  • blue value is 140.
RGB:
(189,181,140)
(74%,71%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 140 of 255 = 55%

189
181
140

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

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 140 = 510 (100%)
R 189 of 510 ~ 37.06%
G 181 of 510 ~ 35.49%
B 140 of 510 ~ 27.45%

%37.06
%35.49
%27.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(0,4,26,26)
C0M4Y26K26 
(0%,4%,26%,26%)
(0.00/0.04/0.26/0.26)	

CMYK percentages

%0
%4.23
%25.93
%25.88

Codes

Color #BDB58C in popluar color models

BDB58C
RGB189181140
HSL50°27.07%64.51%
HSB/HSV50°25.93%74.12%
CMYK0.00%4.23%25.93%
25.88%

Color #BDB58C in popluar number systems.

HEXBDB58C
Decimal189181140
Binary101111011011010110001100
Octal275265214

Shades and tints

Shades of #BDB58C

#BDB58C
(189,181,140)
#ACA580
(172,165,128)
#9B9574
(155,149,116)
#8A8568
(138,133,104)
#79755C
(121,117,92)
#686550
(104,101,80)
#575544
(87,85,68)
#464538
(70,69,56)
#35352C
(53,53,44)
#242520
(36,37,32)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDB58C

#BDB58C
(189,181,140)
#C3BB96
(195,187,150)
#C9C1A0
(201,193,160)
#CFC7AA
(207,199,170)
#D5CDB4
(213,205,180)
#DBD3BE
(219,211,190)
#E1D9C8
(225,217,200)
#E7DFD2
(231,223,210)
#EDE5DC
(237,229,220)
#F3EBE6
(243,235,230)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB58C color. Also use rgb(189,181,140) instead hex code.

Text Font Color

.myTextColor { color: #BDB58C; }

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

This text font color is #BDB58C.


Background Color

.myBgColor { background-color: #BDB58C; }

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

This div background color is #BDB58C.


Border color

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

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

This div border color is #BDB58C.


Opacity

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

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

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

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

This text has shadow with #BDB58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB58C on black background.


Color preview on white background

This text has color #BDB58C on white background.



Black color preview on #BDB58C background

This text has black color on #BDB58C background.


White color preview on #BDB58C background

This text has white color on #BDB58C background.