COLOR #BDB382

HEX: #BDB382
RGB: (189,179,130)

Color info

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

RGB color model

#BDB382 color RGB value is (189,179,130).

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

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 130 of 255 = 51%

189
179
130

R + G + B ~ 65%. #BDB382 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 179 + 130 = 498 (100%)
R 189 of 498 ~ 37.95%
G 179 of 498 ~ 35.94%
B 130 of 498 ~ 26.1%

%37.95
%35.94
%26.1

CMYK color model

#BDB382 color CMYK value is (0,5,31,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 31.22%
  • key color value is 25.88%
CMYK:
(0,5,31,26)
C0M5Y31K26 
(0%,5%,31%,26%)
(0.00/0.05/0.31/0.26)	

CMYK percentages

%0
%5.29
%31.22
%25.88

Codes

Color #BDB382 in popluar color models

BDB382
RGB189179130
HSL50°30.89%62.55%
HSB/HSV50°31.22%74.12%
CMYK0.00%5.29%31.22%
25.88%

Color #BDB382 in popluar number systems.

HEXBDB382
Decimal189179130
Binary101111011011001110000010
Octal275263202

Shades and tints

Shades of #BDB382

#BDB382
(189,179,130)
#ACA377
(172,163,119)
#9B936C
(155,147,108)
#8A8361
(138,131,97)
#797356
(121,115,86)
#68634B
(104,99,75)
#575340
(87,83,64)
#464335
(70,67,53)
#35332A
(53,51,42)
#24231F
(36,35,31)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #BDB382

#BDB382
(189,179,130)
#C3B98D
(195,185,141)
#C9BF98
(201,191,152)
#CFC5A3
(207,197,163)
#D5CBAE
(213,203,174)
#DBD1B9
(219,209,185)
#E1D7C4
(225,215,196)
#E7DDCF
(231,221,207)
#EDE3DA
(237,227,218)
#F3E9E5
(243,233,229)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB382; }

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

This text font color is #BDB382.


Background Color

.myBgColor { background-color: #BDB382; }

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

This div background color is #BDB382.


Border color

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

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

This div border color is #BDB382.


Opacity

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

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

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

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

This text has shadow with #BDB382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB382 on black background.


Color preview on white background

This text has color #BDB382 on white background.



Black color preview on #BDB382 background

This text has black color on #BDB382 background.


White color preview on #BDB382 background

This text has white color on #BDB382 background.