COLOR #BDA955

HEX: #BDA955
RGB: (189,169,85)

Color info

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

RGB color model

#BDA955 color RGB value is (189,169,85).

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

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 85 of 255 = 33%

189
169
85

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 85 = 443 (100%)
R 189 of 443 ~ 42.66%
G 169 of 443 ~ 38.15%
B 85 of 443 ~ 19.19%

%42.66
%38.15
%19.19

CMYK color model

#BDA955 color CMYK value is (0,11,55,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 55.03%
  • key color value is 25.88%
CMYK:
(0,11,55,26)
C0M11Y55K26 
(0%,11%,55%,26%)
(0.00/0.11/0.55/0.26)	

CMYK percentages

%0
%10.58
%55.03
%25.88

Codes

Color #BDA955 in popluar color models

BDA955
RGB18916985
HSL48°44.07%53.73%
HSB/HSV48°55.03%74.12%
CMYK0.00%10.58%55.03%
25.88%

Color #BDA955 in popluar number systems.

HEXBDA955
Decimal18916985
Binary10111101101010011010101
Octal275251125

Shades and tints

Shades of #BDA955

#BDA955
(189,169,85)
#AC9A4E
(172,154,78)
#9B8B47
(155,139,71)
#8A7C40
(138,124,64)
#796D39
(121,109,57)
#685E32
(104,94,50)
#574F2B
(87,79,43)
#464024
(70,64,36)
#35311D
(53,49,29)
#242216
(36,34,22)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #BDA955

#BDA955
(189,169,85)
#C3B064
(195,176,100)
#C9B773
(201,183,115)
#CFBE82
(207,190,130)
#D5C591
(213,197,145)
#DBCCA0
(219,204,160)
#E1D3AF
(225,211,175)
#E7DABE
(231,218,190)
#EDE1CD
(237,225,205)
#F3E8DC
(243,232,220)
#F9EFEB
(249,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA955; }

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

This text font color is #BDA955.


Background Color

.myBgColor { background-color: #BDA955; }

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

This div background color is #BDA955.


Border color

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

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

This div border color is #BDA955.


Opacity

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

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

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

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

This text has shadow with #BDA955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA955 on black background.


Color preview on white background

This text has color #BDA955 on white background.



Black color preview on #BDA955 background

This text has black color on #BDA955 background.


White color preview on #BDA955 background

This text has white color on #BDA955 background.