COLOR #BD8A36

HEX: #BD8A36
RGB: (189,138,54)

Color info

#BD8A36 contains mainly red and green colors. Web safe color of #BD8A36 is #CC9933 (or #C93).

RGB color model

#BD8A36 color RGB value is (189,138,54).

  • red value is 189;
  • green value is 138;
  • blue value is 54.
RGB:
(189,138,54)
(74%,54%,21%)

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 54 of 255 = 21%

189
138
54

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

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 54 = 381 (100%)
R 189 of 381 ~ 49.61%
G 138 of 381 ~ 36.22%
B 54 of 381 ~ 14.17%

%49.61
%36.22
%14.17

CMYK color model

#BD8A36 color CMYK value is (0,27,71,26).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 71.43%
  • key color value is 25.88%
CMYK:
(0,27,71,26)
C0M27Y71K26 
(0%,27%,71%,26%)
(0.00/0.27/0.71/0.26)	

CMYK percentages

%0
%26.98
%71.43
%25.88

Codes

Color #BD8A36 in popluar color models

BD8A36
RGB18913854
HSL37°55.56%47.65%
HSB/HSV37°71.43%74.12%
CMYK0.00%26.98%71.43%
25.88%

Color #BD8A36 in popluar number systems.

HEXBD8A36
Decimal18913854
Binary1011110110001010110110
Octal27521266

Shades and tints

Shades of #BD8A36

#BD8A36
(189,138,54)
#AC7E32
(172,126,50)
#9B722E
(155,114,46)
#8A662A
(138,102,42)
#795A26
(121,90,38)
#684E22
(104,78,34)
#57421E
(87,66,30)
#46361A
(70,54,26)
#352A16
(53,42,22)
#241E12
(36,30,18)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #BD8A36

#BD8A36
(189,138,54)
#C39448
(195,148,72)
#C99E5A
(201,158,90)
#CFA86C
(207,168,108)
#D5B27E
(213,178,126)
#DBBC90
(219,188,144)
#E1C6A2
(225,198,162)
#E7D0B4
(231,208,180)
#EDDAC6
(237,218,198)
#F3E4D8
(243,228,216)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8A36 color. Also use rgb(189,138,54) instead hex code.

Text Font Color

.myTextColor { color: #BD8A36; }

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

This text font color is #BD8A36.


Background Color

.myBgColor { background-color: #BD8A36; }

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

This div background color is #BD8A36.


Border color

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

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

This div border color is #BD8A36.


Opacity

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

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

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

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

This text has shadow with #BD8A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8A36 on black background.


Color preview on white background

This text has color #BD8A36 on white background.



Black color preview on #BD8A36 background

This text has black color on #BD8A36 background.


White color preview on #BD8A36 background

This text has white color on #BD8A36 background.