COLOR #BD8A57

HEX: #BD8A57
RGB: (189,138,87)

Color info

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

RGB color model

#BD8A57 color RGB value is (189,138,87).

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

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 87 of 255 = 34%

189
138
87

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

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 87 = 414 (100%)
R 189 of 414 ~ 45.65%
G 138 of 414 ~ 33.33%
B 87 of 414 ~ 21.01%

%45.65
%33.33
%21.01

CMYK color model

#BD8A57 color CMYK value is (0,27,54,26).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 53.97%
  • key color value is 25.88%
CMYK:
(0,27,54,26)
C0M27Y54K26 
(0%,27%,54%,26%)
(0.00/0.27/0.54/0.26)	

CMYK percentages

%0
%26.98
%53.97
%25.88

Codes

Color #BD8A57 in popluar color models

BD8A57
RGB18913887
HSL30°43.59%54.12%
HSB/HSV30°53.97%74.12%
CMYK0.00%26.98%53.97%
25.88%

Color #BD8A57 in popluar number systems.

HEXBD8A57
Decimal18913887
Binary10111101100010101010111
Octal275212127

Shades and tints

Shades of #BD8A57

#BD8A57
(189,138,87)
#AC7E50
(172,126,80)
#9B7249
(155,114,73)
#8A6642
(138,102,66)
#795A3B
(121,90,59)
#684E34
(104,78,52)
#57422D
(87,66,45)
#463626
(70,54,38)
#352A1F
(53,42,31)
#241E18
(36,30,24)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #BD8A57

#BD8A57
(189,138,87)
#C39466
(195,148,102)
#C99E75
(201,158,117)
#CFA884
(207,168,132)
#D5B293
(213,178,147)
#DBBCA2
(219,188,162)
#E1C6B1
(225,198,177)
#E7D0C0
(231,208,192)
#EDDACF
(237,218,207)
#F3E4DE
(243,228,222)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8A57; }

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

This text font color is #BD8A57.


Background Color

.myBgColor { background-color: #BD8A57; }

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

This div background color is #BD8A57.


Border color

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

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

This div border color is #BD8A57.


Opacity

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

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

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

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

This text has shadow with #BD8A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8A57 on black background.


Color preview on white background

This text has color #BD8A57 on white background.



Black color preview on #BD8A57 background

This text has black color on #BD8A57 background.


White color preview on #BD8A57 background

This text has white color on #BD8A57 background.