COLOR #BDA66C

HEX: #BDA66C
RGB: (189,166,108)

Color info

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

RGB color model

#BDA66C color RGB value is (189,166,108).

  • red value is 189;
  • green value is 166;
  • blue value is 108.
RGB:
(189,166,108)
(74%,65%,42%)

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 108 of 255 = 42%

189
166
108

R + G + B ~ 60%. #BDA66C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 166 + 108 = 463 (100%)
R 189 of 463 ~ 40.82%
G 166 of 463 ~ 35.85%
B 108 of 463 ~ 23.33%

%40.82
%35.85
%23.33

CMYK color model

#BDA66C color CMYK value is (0,12,43,26).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 42.86%
  • key color value is 25.88%
CMYK:
(0,12,43,26)
C0M12Y43K26 
(0%,12%,43%,26%)
(0.00/0.12/0.43/0.26)	

CMYK percentages

%0
%12.17
%42.86
%25.88

Codes

Color #BDA66C in popluar color models

BDA66C
RGB189166108
HSL43°38.03%58.24%
HSB/HSV43°42.86%74.12%
CMYK0.00%12.17%42.86%
25.88%

Color #BDA66C in popluar number systems.

HEXBDA66C
Decimal189166108
Binary10111101101001101101100
Octal275246154

Shades and tints

Shades of #BDA66C

#BDA66C
(189,166,108)
#AC9763
(172,151,99)
#9B885A
(155,136,90)
#8A7951
(138,121,81)
#796A48
(121,106,72)
#685B3F
(104,91,63)
#574C36
(87,76,54)
#463D2D
(70,61,45)
#352E24
(53,46,36)
#241F1B
(36,31,27)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BDA66C

#BDA66C
(189,166,108)
#C3AE79
(195,174,121)
#C9B686
(201,182,134)
#CFBE93
(207,190,147)
#D5C6A0
(213,198,160)
#DBCEAD
(219,206,173)
#E1D6BA
(225,214,186)
#E7DEC7
(231,222,199)
#EDE6D4
(237,230,212)
#F3EEE1
(243,238,225)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA66C color. Also use rgb(189,166,108) instead hex code.

Text Font Color

.myTextColor { color: #BDA66C; }

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

This text font color is #BDA66C.


Background Color

.myBgColor { background-color: #BDA66C; }

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

This div background color is #BDA66C.


Border color

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

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

This div border color is #BDA66C.


Opacity

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

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

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

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

This text has shadow with #BDA66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA66C on black background.


Color preview on white background

This text has color #BDA66C on white background.



Black color preview on #BDA66C background

This text has black color on #BDA66C background.


White color preview on #BDA66C background

This text has white color on #BDA66C background.