COLOR #BDB853

HEX: #BDB853
RGB: (189,184,83)

Color info

#BDB853 contains mainly red and green colors. Web safe color of #BDB853 is #CCCC66 (or #CC6).

RGB color model

#BDB853 color RGB value is (189,184,83).

  • red value is 189;
  • green value is 184;
  • blue value is 83.
RGB:
(189,184,83)
(74%,72%,33%)

RGB channels and saturation

R 189 of 255 = 74%
G 184 of 255 = 72%
B 83 of 255 = 33%

189
184
83

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

Portions of RGB colors in percentages

R + G + B =
189 + 184 + 83 = 456 (100%)
R 189 of 456 ~ 41.45%
G 184 of 456 ~ 40.35%
B 83 of 456 ~ 18.2%

%41.45
%40.35
%18.2

CMYK color model

#BDB853 color CMYK value is (0,3,56,26).

  • cyan value is 0.00%
  • magenta value is 2.65%
  • yellow value is 56.08%
  • key color value is 25.88%
CMYK:
(0,3,56,26)
C0M3Y56K26 
(0%,3%,56%,26%)
(0.00/0.03/0.56/0.26)	

CMYK percentages

%0
%2.65
%56.08
%25.88

Codes

Color #BDB853 in popluar color models

BDB853
RGB18918483
HSL57°44.54%53.33%
HSB/HSV57°56.08%74.12%
CMYK0.00%2.65%56.08%
25.88%

Color #BDB853 in popluar number systems.

HEXBDB853
Decimal18918483
Binary10111101101110001010011
Octal275270123

Shades and tints

Shades of #BDB853

#BDB853
(189,184,83)
#ACA84C
(172,168,76)
#9B9845
(155,152,69)
#8A883E
(138,136,62)
#797837
(121,120,55)
#686830
(104,104,48)
#575829
(87,88,41)
#464822
(70,72,34)
#35381B
(53,56,27)
#242814
(36,40,20)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #BDB853

#BDB853
(189,184,83)
#C3BE62
(195,190,98)
#C9C471
(201,196,113)
#CFCA80
(207,202,128)
#D5D08F
(213,208,143)
#DBD69E
(219,214,158)
#E1DCAD
(225,220,173)
#E7E2BC
(231,226,188)
#EDE8CB
(237,232,203)
#F3EEDA
(243,238,218)
#F9F4E9
(249,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB853 color. Also use rgb(189,184,83) instead hex code.

Text Font Color

.myTextColor { color: #BDB853; }

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

This text font color is #BDB853.


Background Color

.myBgColor { background-color: #BDB853; }

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

This div background color is #BDB853.


Border color

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

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

This div border color is #BDB853.


Opacity

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

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

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

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

This text has shadow with #BDB853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB853 on black background.


Color preview on white background

This text has color #BDB853 on white background.



Black color preview on #BDB853 background

This text has black color on #BDB853 background.


White color preview on #BDB853 background

This text has white color on #BDB853 background.