COLOR #BD8854

HEX: #BD8854
RGB: (189,136,84)

Color info

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

RGB color model

#BD8854 color RGB value is (189,136,84).

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

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 84 of 255 = 33%

189
136
84

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

Portions of RGB colors in percentages

R + G + B =
189 + 136 + 84 = 409 (100%)
R 189 of 409 ~ 46.21%
G 136 of 409 ~ 33.25%
B 84 of 409 ~ 20.54%

%46.21
%33.25
%20.54

CMYK color model

#BD8854 color CMYK value is (0,28,56,26).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 55.56%
  • key color value is 25.88%
CMYK:
(0,28,56,26)
C0M28Y56K26 
(0%,28%,56%,26%)
(0.00/0.28/0.56/0.26)	

CMYK percentages

%0
%28.04
%55.56
%25.88

Codes

Color #BD8854 in popluar color models

BD8854
RGB18913684
HSL30°44.30%53.53%
HSB/HSV30°55.56%74.12%
CMYK0.00%28.04%55.56%
25.88%

Color #BD8854 in popluar number systems.

HEXBD8854
Decimal18913684
Binary10111101100010001010100
Octal275210124

Shades and tints

Shades of #BD8854

#BD8854
(189,136,84)
#AC7C4D
(172,124,77)
#9B7046
(155,112,70)
#8A643F
(138,100,63)
#795838
(121,88,56)
#684C31
(104,76,49)
#57402A
(87,64,42)
#463423
(70,52,35)
#35281C
(53,40,28)
#241C15
(36,28,21)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #BD8854

#BD8854
(189,136,84)
#C39263
(195,146,99)
#C99C72
(201,156,114)
#CFA681
(207,166,129)
#D5B090
(213,176,144)
#DBBA9F
(219,186,159)
#E1C4AE
(225,196,174)
#E7CEBD
(231,206,189)
#EDD8CC
(237,216,204)
#F3E2DB
(243,226,219)
#F9ECEA
(249,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8854; }

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

This text font color is #BD8854.


Background Color

.myBgColor { background-color: #BD8854; }

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

This div background color is #BD8854.


Border color

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

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

This div border color is #BD8854.


Opacity

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

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

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

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

This text has shadow with #BD8854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8854 on black background.


Color preview on white background

This text has color #BD8854 on white background.



Black color preview on #BD8854 background

This text has black color on #BD8854 background.


White color preview on #BD8854 background

This text has white color on #BD8854 background.