COLOR #BDB866

HEX: #BDB866
RGB: (189,184,102)

Color info

#BDB866 contains mainly red and green colors. Web safe color of #BDB866 is #CCCC66 (or #CC6).

RGB color model

#BDB866 color RGB value is (189,184,102).

  • red value is 189;
  • green value is 184;
  • blue value is 102.
RGB:
(189,184,102)
(74%,72%,40%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 102 of 255 = 40%

189
184
102

R + G + B ~ 62%. #BDB866 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 102 = 475 (100%)
R 189 of 475 ~ 39.79%
G 184 of 475 ~ 38.74%
B 102 of 475 ~ 21.47%

%39.79
%38.74
%21.47

CMYK color model

#BDB866 color CMYK value is (0,3,46,26).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 46.03%
  • key color value is 25.88%
CMYK:
(0,3,46,26)
C0M3Y46K26 
(0%,3%,46%,26%)
(0.00/0.03/0.46/0.26)	

CMYK percentages

%0
%2.65
%46.03
%25.88

Codes

Color #BDB866 in popluar color models

BDB866
RGB189184102
HSL57°39.73%57.06%
HSB/HSV57°46.03%74.12%
CMYK0.00%2.65%46.03%
25.88%

Color #BDB866 in popluar number systems.

HEXBDB866
Decimal189184102
Binary10111101101110001100110
Octal275270146

Shades and tints

Shades of #BDB866

#BDB866
(189,184,102)
#ACA85D
(172,168,93)
#9B9854
(155,152,84)
#8A884B
(138,136,75)
#797842
(121,120,66)
#686839
(104,104,57)
#575830
(87,88,48)
#464827
(70,72,39)
#35381E
(53,56,30)
#242815
(36,40,21)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #BDB866

#BDB866
(189,184,102)
#C3BE73
(195,190,115)
#C9C480
(201,196,128)
#CFCA8D
(207,202,141)
#D5D09A
(213,208,154)
#DBD6A7
(219,214,167)
#E1DCB4
(225,220,180)
#E7E2C1
(231,226,193)
#EDE8CE
(237,232,206)
#F3EEDB
(243,238,219)
#F9F4E8
(249,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB866 color. Also use rgb(189,184,102) instead hex code.

Text Font Color

.myTextColor { color: #BDB866; }

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

This text font color is #BDB866.


Background Color

.myBgColor { background-color: #BDB866; }

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

This div background color is #BDB866.


Border color

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

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

This div border color is #BDB866.


Opacity

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

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

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

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

This text has shadow with #BDB866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB866 on black background.


Color preview on white background

This text has color #BDB866 on white background.



Black color preview on #BDB866 background

This text has black color on #BDB866 background.


White color preview on #BDB866 background

This text has white color on #BDB866 background.