COLOR #BD9754

HEX: #BD9754
RGB: (189,151,84)

Color info

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

RGB color model

#BD9754 color RGB value is (189,151,84).

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

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 84 of 255 = 33%

189
151
84

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

Portions of RGB colors in percentages

R + G + B =
189 + 151 + 84 = 424 (100%)
R 189 of 424 ~ 44.58%
G 151 of 424 ~ 35.61%
B 84 of 424 ~ 19.81%

%44.58
%35.61
%19.81

CMYK color model

#BD9754 color CMYK value is (0,20,56,26).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 55.56%
  • key color value is 25.88%
CMYK:
(0,20,56,26)
C0M20Y56K26 
(0%,20%,56%,26%)
(0.00/0.20/0.56/0.26)	

CMYK percentages

%0
%20.11
%55.56
%25.88

Codes

Color #BD9754 in popluar color models

BD9754
RGB18915184
HSL38°44.30%53.53%
HSB/HSV38°55.56%74.12%
CMYK0.00%20.11%55.56%
25.88%

Color #BD9754 in popluar number systems.

HEXBD9754
Decimal18915184
Binary10111101100101111010100
Octal275227124

Shades and tints

Shades of #BD9754

#BD9754
(189,151,84)
#AC8A4D
(172,138,77)
#9B7D46
(155,125,70)
#8A703F
(138,112,63)
#796338
(121,99,56)
#685631
(104,86,49)
#57492A
(87,73,42)
#463C23
(70,60,35)
#352F1C
(53,47,28)
#242215
(36,34,21)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #BD9754

#BD9754
(189,151,84)
#C3A063
(195,160,99)
#C9A972
(201,169,114)
#CFB281
(207,178,129)
#D5BB90
(213,187,144)
#DBC49F
(219,196,159)
#E1CDAE
(225,205,174)
#E7D6BD
(231,214,189)
#EDDFCC
(237,223,204)
#F3E8DB
(243,232,219)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9754; }

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

This text font color is #BD9754.


Background Color

.myBgColor { background-color: #BD9754; }

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

This div background color is #BD9754.


Border color

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

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

This div border color is #BD9754.


Opacity

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

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

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

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

This text has shadow with #BD9754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9754 on black background.


Color preview on white background

This text has color #BD9754 on white background.



Black color preview on #BD9754 background

This text has black color on #BD9754 background.


White color preview on #BD9754 background

This text has white color on #BD9754 background.