COLOR #BD8851

HEX: #BD8851
RGB: (189,136,81)

Color info

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

RGB color model

#BD8851 color RGB value is (189,136,81).

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

RGB channels and saturation

R 189 of 255 = 74%
G 136 of 255 = 53%
B 81 of 255 = 32%

189
136
81

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

Portions of RGB colors in percentages

R + G + B =
189 + 136 + 81 = 406 (100%)
R 189 of 406 ~ 46.55%
G 136 of 406 ~ 33.5%
B 81 of 406 ~ 19.95%

%46.55
%33.5
%19.95

CMYK color model

#BD8851 color CMYK value is (0,28,57,26).

  • cyan value is 0.00%
  • magenta value is 28.04%
  • yellow value is 57.14%
  • key color value is 25.88%
CMYK:
(0,28,57,26)
C0M28Y57K26 
(0%,28%,57%,26%)
(0.00/0.28/0.57/0.26)	

CMYK percentages

%0
%28.04
%57.14
%25.88

Codes

Color #BD8851 in popluar color models

BD8851
RGB18913681
HSL31°45.00%52.94%
HSB/HSV31°57.14%74.12%
CMYK0.00%28.04%57.14%
25.88%

Color #BD8851 in popluar number systems.

HEXBD8851
Decimal18913681
Binary10111101100010001010001
Octal275210121

Shades and tints

Shades of #BD8851

#BD8851
(189,136,81)
#AC7C4A
(172,124,74)
#9B7043
(155,112,67)
#8A643C
(138,100,60)
#795835
(121,88,53)
#684C2E
(104,76,46)
#574027
(87,64,39)
#463420
(70,52,32)
#352819
(53,40,25)
#241C12
(36,28,18)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #BD8851

#BD8851
(189,136,81)
#C39260
(195,146,96)
#C99C6F
(201,156,111)
#CFA67E
(207,166,126)
#D5B08D
(213,176,141)
#DBBA9C
(219,186,156)
#E1C4AB
(225,196,171)
#E7CEBA
(231,206,186)
#EDD8C9
(237,216,201)
#F3E2D8
(243,226,216)
#F9ECE7
(249,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8851; }

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

This text font color is #BD8851.


Background Color

.myBgColor { background-color: #BD8851; }

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

This div background color is #BD8851.


Border color

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

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

This div border color is #BD8851.


Opacity

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

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

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

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

This text has shadow with #BD8851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8851 on black background.


Color preview on white background

This text has color #BD8851 on white background.



Black color preview on #BD8851 background

This text has black color on #BD8851 background.


White color preview on #BD8851 background

This text has white color on #BD8851 background.