COLOR #BD8B3A

HEX: #BD8B3A
RGB: (189,139,58)

Color info

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

RGB color model

#BD8B3A color RGB value is (189,139,58).

  • red value is 189;
  • green value is 139;
  • blue value is 58.
RGB:
(189,139,58)
(74%,55%,23%)

RGB channels and saturation

R 189 of 255 = 74%
G 139 of 255 = 55%
B 58 of 255 = 23%

189
139
58

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

Portions of RGB colors in percentages

R + G + B =
189 + 139 + 58 = 386 (100%)
R 189 of 386 ~ 48.96%
G 139 of 386 ~ 36.01%
B 58 of 386 ~ 15.03%

%48.96
%36.01
%15.03

CMYK color model

#BD8B3A color CMYK value is (0,26,69,26).

  • cyan value is 0.00%
  • magenta value is 26.46%
  • yellow value is 69.31%
  • key color value is 25.88%
CMYK:
(0,26,69,26)
C0M26Y69K26 
(0%,26%,69%,26%)
(0.00/0.26/0.69/0.26)	

CMYK percentages

%0
%26.46
%69.31
%25.88

Codes

Color #BD8B3A in popluar color models

BD8B3A
RGB18913958
HSL37°53.04%48.43%
HSB/HSV37°69.31%74.12%
CMYK0.00%26.46%69.31%
25.88%

Color #BD8B3A in popluar number systems.

HEXBD8B3A
Decimal18913958
Binary1011110110001011111010
Octal27521372

Shades and tints

Shades of #BD8B3A

#BD8B3A
(189,139,58)
#AC7F35
(172,127,53)
#9B7330
(155,115,48)
#8A672B
(138,103,43)
#795B26
(121,91,38)
#684F21
(104,79,33)
#57431C
(87,67,28)
#463717
(70,55,23)
#352B12
(53,43,18)
#241F0D
(36,31,13)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #BD8B3A

#BD8B3A
(189,139,58)
#C3954B
(195,149,75)
#C99F5C
(201,159,92)
#CFA96D
(207,169,109)
#D5B37E
(213,179,126)
#DBBD8F
(219,189,143)
#E1C7A0
(225,199,160)
#E7D1B1
(231,209,177)
#EDDBC2
(237,219,194)
#F3E5D3
(243,229,211)
#F9EFE4
(249,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8B3A color. Also use rgb(189,139,58) instead hex code.

Text Font Color

.myTextColor { color: #BD8B3A; }

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

This text font color is #BD8B3A.


Background Color

.myBgColor { background-color: #BD8B3A; }

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

This div background color is #BD8B3A.


Border color

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

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

This div border color is #BD8B3A.


Opacity

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

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

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

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

This text has shadow with #BD8B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8B3A on black background.


Color preview on white background

This text has color #BD8B3A on white background.



Black color preview on #BD8B3A background

This text has black color on #BD8B3A background.


White color preview on #BD8B3A background

This text has white color on #BD8B3A background.