COLOR #BDB076

HEX: #BDB076
RGB: (189,176,118)

Color info

#BDB076 contains mainly red and green colors. Web safe color of #BDB076 is #CC9966 (or #C96).

RGB color model

#BDB076 color RGB value is (189,176,118).

  • red value is 189;
  • green value is 176;
  • blue value is 118.
RGB:
(189,176,118)
(74%,69%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 118 of 255 = 46%

189
176
118

R + G + B ~ 63%. #BDB076 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 118 = 483 (100%)
R 189 of 483 ~ 39.13%
G 176 of 483 ~ 36.44%
B 118 of 483 ~ 24.43%

%39.13
%36.44
%24.43

CMYK color model

#BDB076 color CMYK value is (0,7,38,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(0,7,38,26)
C0M7Y38K26 
(0%,7%,38%,26%)
(0.00/0.07/0.38/0.26)	

CMYK percentages

%0
%6.88
%37.57
%25.88

Codes

Color #BDB076 in popluar color models

BDB076
RGB189176118
HSL49°34.98%60.20%
HSB/HSV49°37.57%74.12%
CMYK0.00%6.88%37.57%
25.88%

Color #BDB076 in popluar number systems.

HEXBDB076
Decimal189176118
Binary10111101101100001110110
Octal275260166

Shades and tints

Shades of #BDB076

#BDB076
(189,176,118)
#ACA06C
(172,160,108)
#9B9062
(155,144,98)
#8A8058
(138,128,88)
#79704E
(121,112,78)
#686044
(104,96,68)
#57503A
(87,80,58)
#464030
(70,64,48)
#353026
(53,48,38)
#24201C
(36,32,28)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BDB076

#BDB076
(189,176,118)
#C3B782
(195,183,130)
#C9BE8E
(201,190,142)
#CFC59A
(207,197,154)
#D5CCA6
(213,204,166)
#DBD3B2
(219,211,178)
#E1DABE
(225,218,190)
#E7E1CA
(231,225,202)
#EDE8D6
(237,232,214)
#F3EFE2
(243,239,226)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB076 color. Also use rgb(189,176,118) instead hex code.

Text Font Color

.myTextColor { color: #BDB076; }

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

This text font color is #BDB076.


Background Color

.myBgColor { background-color: #BDB076; }

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

This div background color is #BDB076.


Border color

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

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

This div border color is #BDB076.


Opacity

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

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

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

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

This text has shadow with #BDB076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB076 on black background.


Color preview on white background

This text has color #BDB076 on white background.



Black color preview on #BDB076 background

This text has black color on #BDB076 background.


White color preview on #BDB076 background

This text has white color on #BDB076 background.