COLOR #BDA461

HEX: #BDA461
RGB: (189,164,97)

Color info

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

RGB color model

#BDA461 color RGB value is (189,164,97).

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

RGB channels and saturation

R 189 of 255 = 74%
G 164 of 255 = 64%
B 97 of 255 = 38%

189
164
97

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

Portions of RGB colors in percentages

R + G + B =
189 + 164 + 97 = 450 (100%)
R 189 of 450 ~ 42%
G 164 of 450 ~ 36.44%
B 97 of 450 ~ 21.56%

%42
%36.44
%21.56

CMYK color model

#BDA461 color CMYK value is (0,13,49,26).

  • cyan value is 0.00%
  • magenta value is 13.23%
  • yellow value is 48.68%
  • key color value is 25.88%
CMYK:
(0,13,49,26)
C0M13Y49K26 
(0%,13%,49%,26%)
(0.00/0.13/0.49/0.26)	

CMYK percentages

%0
%13.23
%48.68
%25.88

Codes

Color #BDA461 in popluar color models

BDA461
RGB18916497
HSL44°41.07%56.08%
HSB/HSV44°48.68%74.12%
CMYK0.00%13.23%48.68%
25.88%

Color #BDA461 in popluar number systems.

HEXBDA461
Decimal18916497
Binary10111101101001001100001
Octal275244141

Shades and tints

Shades of #BDA461

#BDA461
(189,164,97)
#AC9659
(172,150,89)
#9B8851
(155,136,81)
#8A7A49
(138,122,73)
#796C41
(121,108,65)
#685E39
(104,94,57)
#575031
(87,80,49)
#464229
(70,66,41)
#353421
(53,52,33)
#242619
(36,38,25)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDA461

#BDA461
(189,164,97)
#C3AC6F
(195,172,111)
#C9B47D
(201,180,125)
#CFBC8B
(207,188,139)
#D5C499
(213,196,153)
#DBCCA7
(219,204,167)
#E1D4B5
(225,212,181)
#E7DCC3
(231,220,195)
#EDE4D1
(237,228,209)
#F3ECDF
(243,236,223)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA461; }

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

This text font color is #BDA461.


Background Color

.myBgColor { background-color: #BDA461; }

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

This div background color is #BDA461.


Border color

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

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

This div border color is #BDA461.


Opacity

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

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

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

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

This text has shadow with #BDA461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA461 on black background.


Color preview on white background

This text has color #BDA461 on white background.



Black color preview on #BDA461 background

This text has black color on #BDA461 background.


White color preview on #BDA461 background

This text has white color on #BDA461 background.