COLOR #BDB078

HEX: #BDB078
RGB: (189,176,120)

Color info

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

RGB color model

#BDB078 color RGB value is (189,176,120).

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

RGB channels and saturation

R 189 of 255 = 74%
G 176 of 255 = 69%
B 120 of 255 = 47%

189
176
120

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

Portions of RGB colors in percentages

R + G + B =
189 + 176 + 120 = 485 (100%)
R 189 of 485 ~ 38.97%
G 176 of 485 ~ 36.29%
B 120 of 485 ~ 24.74%

%38.97
%36.29
%24.74

CMYK color model

#BDB078 color CMYK value is (0,7,37,26).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 36.51%
  • key color value is 25.88%
CMYK:
(0,7,37,26)
C0M7Y37K26 
(0%,7%,37%,26%)
(0.00/0.07/0.37/0.26)	

CMYK percentages

%0
%6.88
%36.51
%25.88

Codes

Color #BDB078 in popluar color models

BDB078
RGB189176120
HSL49°34.33%60.59%
HSB/HSV49°36.51%74.12%
CMYK0.00%6.88%36.51%
25.88%

Color #BDB078 in popluar number systems.

HEXBDB078
Decimal189176120
Binary10111101101100001111000
Octal275260170

Shades and tints

Shades of #BDB078

#BDB078
(189,176,120)
#ACA06E
(172,160,110)
#9B9064
(155,144,100)
#8A805A
(138,128,90)
#797050
(121,112,80)
#686046
(104,96,70)
#57503C
(87,80,60)
#464032
(70,64,50)
#353028
(53,48,40)
#24201E
(36,32,30)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #BDB078

#BDB078
(189,176,120)
#C3B784
(195,183,132)
#C9BE90
(201,190,144)
#CFC59C
(207,197,156)
#D5CCA8
(213,204,168)
#DBD3B4
(219,211,180)
#E1DAC0
(225,218,192)
#E7E1CC
(231,225,204)
#EDE8D8
(237,232,216)
#F3EFE4
(243,239,228)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB078; }

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

This text font color is #BDB078.


Background Color

.myBgColor { background-color: #BDB078; }

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

This div background color is #BDB078.


Border color

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

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

This div border color is #BDB078.


Opacity

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

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

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

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

This text has shadow with #BDB078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB078 on black background.


Color preview on white background

This text has color #BDB078 on white background.



Black color preview on #BDB078 background

This text has black color on #BDB078 background.


White color preview on #BDB078 background

This text has white color on #BDB078 background.