COLOR #BDA977

HEX: #BDA977
RGB: (189,169,119)

Color info

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

RGB color model

#BDA977 color RGB value is (189,169,119).

  • red value is 189;
  • green value is 169;
  • blue value is 119.
RGB:
(189,169,119)
(74%,66%,47%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 119 of 255 = 47%

189
169
119

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 119 = 477 (100%)
R 189 of 477 ~ 39.62%
G 169 of 477 ~ 35.43%
B 119 of 477 ~ 24.95%

%39.62
%35.43
%24.95

CMYK color model

#BDA977 color CMYK value is (0,11,37,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 37.04%
  • key color value is 25.88%
CMYK:
(0,11,37,26)
C0M11Y37K26 
(0%,11%,37%,26%)
(0.00/0.11/0.37/0.26)	

CMYK percentages

%0
%10.58
%37.04
%25.88

Codes

Color #BDA977 in popluar color models

BDA977
RGB189169119
HSL43°34.65%60.39%
HSB/HSV43°37.04%74.12%
CMYK0.00%10.58%37.04%
25.88%

Color #BDA977 in popluar number systems.

HEXBDA977
Decimal189169119
Binary10111101101010011110111
Octal275251167

Shades and tints

Shades of #BDA977

#BDA977
(189,169,119)
#AC9A6D
(172,154,109)
#9B8B63
(155,139,99)
#8A7C59
(138,124,89)
#796D4F
(121,109,79)
#685E45
(104,94,69)
#574F3B
(87,79,59)
#464031
(70,64,49)
#353127
(53,49,39)
#24221D
(36,34,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDA977

#BDA977
(189,169,119)
#C3B083
(195,176,131)
#C9B78F
(201,183,143)
#CFBE9B
(207,190,155)
#D5C5A7
(213,197,167)
#DBCCB3
(219,204,179)
#E1D3BF
(225,211,191)
#E7DACB
(231,218,203)
#EDE1D7
(237,225,215)
#F3E8E3
(243,232,227)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA977 color. Also use rgb(189,169,119) instead hex code.

Text Font Color

.myTextColor { color: #BDA977; }

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

This text font color is #BDA977.


Background Color

.myBgColor { background-color: #BDA977; }

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

This div background color is #BDA977.


Border color

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

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

This div border color is #BDA977.


Opacity

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

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

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

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

This text has shadow with #BDA977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA977 on black background.


Color preview on white background

This text has color #BDA977 on white background.



Black color preview on #BDA977 background

This text has black color on #BDA977 background.


White color preview on #BDA977 background

This text has white color on #BDA977 background.