COLOR #BDB354

HEX: #BDB354
RGB: (189,179,84)

Color info

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

RGB color model

#BDB354 color RGB value is (189,179,84).

  • red value is 189;
  • green value is 179;
  • blue value is 84.
RGB:
(189,179,84)
(74%,70%,33%)

RGB channels and saturation

R 189 of 255 = 74%
G 179 of 255 = 70%
B 84 of 255 = 33%

189
179
84

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

Portions of RGB colors in percentages

R + G + B =
189 + 179 + 84 = 452 (100%)
R 189 of 452 ~ 41.81%
G 179 of 452 ~ 39.6%
B 84 of 452 ~ 18.58%

%41.81
%39.6
%18.58

CMYK color model

#BDB354 color CMYK value is (0,5,56,26).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 55.56%
  • key color value is 25.88%
CMYK:
(0,5,56,26)
C0M5Y56K26 
(0%,5%,56%,26%)
(0.00/0.05/0.56/0.26)	

CMYK percentages

%0
%5.29
%55.56
%25.88

Codes

Color #BDB354 in popluar color models

BDB354
RGB18917984
HSL54°44.30%53.53%
HSB/HSV54°55.56%74.12%
CMYK0.00%5.29%55.56%
25.88%

Color #BDB354 in popluar number systems.

HEXBDB354
Decimal18917984
Binary10111101101100111010100
Octal275263124

Shades and tints

Shades of #BDB354

#BDB354
(189,179,84)
#ACA34D
(172,163,77)
#9B9346
(155,147,70)
#8A833F
(138,131,63)
#797338
(121,115,56)
#686331
(104,99,49)
#57532A
(87,83,42)
#464323
(70,67,35)
#35331C
(53,51,28)
#242315
(36,35,21)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #BDB354

#BDB354
(189,179,84)
#C3B963
(195,185,99)
#C9BF72
(201,191,114)
#CFC581
(207,197,129)
#D5CB90
(213,203,144)
#DBD19F
(219,209,159)
#E1D7AE
(225,215,174)
#E7DDBD
(231,221,189)
#EDE3CC
(237,227,204)
#F3E9DB
(243,233,219)
#F9EFEA
(249,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB354 color. Also use rgb(189,179,84) instead hex code.

Text Font Color

.myTextColor { color: #BDB354; }

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

This text font color is #BDB354.


Background Color

.myBgColor { background-color: #BDB354; }

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

This div background color is #BDB354.


Border color

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

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

This div border color is #BDB354.


Opacity

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

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

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

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

This text has shadow with #BDB354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB354 on black background.


Color preview on white background

This text has color #BDB354 on white background.



Black color preview on #BDB354 background

This text has black color on #BDB354 background.


White color preview on #BDB354 background

This text has white color on #BDB354 background.