COLOR #BDA46B

HEX: #BDA46B
RGB: (189,164,107)

Color info

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

RGB color model

#BDA46B color RGB value is (189,164,107).

  • red value is 189;
  • green value is 164;
  • blue value is 107.
RGB:
(189,164,107)
(74%,64%,42%)

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 107 of 255 = 42%

189
164
107

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

Portions of RGB colors in percentages

R + G + B =
189 + 164 + 107 = 460 (100%)
R 189 of 460 ~ 41.09%
G 164 of 460 ~ 35.65%
B 107 of 460 ~ 23.26%

%41.09
%35.65
%23.26

CMYK color model

#BDA46B color CMYK value is (0,13,43,26).

  • cyan value is 0.00%
  • magenta value is 13.23%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(0,13,43,26)
C0M13Y43K26 
(0%,13%,43%,26%)
(0.00/0.13/0.43/0.26)	

CMYK percentages

%0
%13.23
%43.39
%25.88

Codes

Color #BDA46B in popluar color models

BDA46B
RGB189164107
HSL42°38.32%58.04%
HSB/HSV42°43.39%74.12%
CMYK0.00%13.23%43.39%
25.88%

Color #BDA46B in popluar number systems.

HEXBDA46B
Decimal189164107
Binary10111101101001001101011
Octal275244153

Shades and tints

Shades of #BDA46B

#BDA46B
(189,164,107)
#AC9662
(172,150,98)
#9B8859
(155,136,89)
#8A7A50
(138,122,80)
#796C47
(121,108,71)
#685E3E
(104,94,62)
#575035
(87,80,53)
#46422C
(70,66,44)
#353423
(53,52,35)
#24261A
(36,38,26)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDA46B

#BDA46B
(189,164,107)
#C3AC78
(195,172,120)
#C9B485
(201,180,133)
#CFBC92
(207,188,146)
#D5C49F
(213,196,159)
#DBCCAC
(219,204,172)
#E1D4B9
(225,212,185)
#E7DCC6
(231,220,198)
#EDE4D3
(237,228,211)
#F3ECE0
(243,236,224)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA46B color. Also use rgb(189,164,107) instead hex code.

Text Font Color

.myTextColor { color: #BDA46B; }

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

This text font color is #BDA46B.


Background Color

.myBgColor { background-color: #BDA46B; }

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

This div background color is #BDA46B.


Border color

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

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

This div border color is #BDA46B.


Opacity

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

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

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

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

This text has shadow with #BDA46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA46B on black background.


Color preview on white background

This text has color #BDA46B on white background.



Black color preview on #BDA46B background

This text has black color on #BDA46B background.


White color preview on #BDA46B background

This text has white color on #BDA46B background.