COLOR #BD8772

HEX: #BD8772
RGB: (189,135,114)

Color info

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

RGB color model

#BD8772 color RGB value is (189,135,114).

  • red value is 189;
  • green value is 135;
  • blue value is 114.
RGB:
(189,135,114)
(74%,53%,45%)

RGB channels and saturation

R 189 of 255 = 74%
G 135 of 255 = 53%
B 114 of 255 = 45%

189
135
114

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

Portions of RGB colors in percentages

R + G + B =
189 + 135 + 114 = 438 (100%)
R 189 of 438 ~ 43.15%
G 135 of 438 ~ 30.82%
B 114 of 438 ~ 26.03%

%43.15
%30.82
%26.03

CMYK color model

#BD8772 color CMYK value is (0,29,40,26).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 39.68%
  • key color value is 25.88%
CMYK:
(0,29,40,26)
C0M29Y40K26 
(0%,29%,40%,26%)
(0.00/0.29/0.40/0.26)	

CMYK percentages

%0
%28.57
%39.68
%25.88

Codes

Color #BD8772 in popluar color models

BD8772
RGB189135114
HSL17°36.23%59.41%
HSB/HSV17°39.68%74.12%
CMYK0.00%28.57%39.68%
25.88%

Color #BD8772 in popluar number systems.

HEXBD8772
Decimal189135114
Binary10111101100001111110010
Octal275207162

Shades and tints

Shades of #BD8772

#BD8772
(189,135,114)
#AC7B68
(172,123,104)
#9B6F5E
(155,111,94)
#8A6354
(138,99,84)
#79574A
(121,87,74)
#684B40
(104,75,64)
#573F36
(87,63,54)
#46332C
(70,51,44)
#352722
(53,39,34)
#241B18
(36,27,24)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #BD8772

#BD8772
(189,135,114)
#C3917E
(195,145,126)
#C99B8A
(201,155,138)
#CFA596
(207,165,150)
#D5AFA2
(213,175,162)
#DBB9AE
(219,185,174)
#E1C3BA
(225,195,186)
#E7CDC6
(231,205,198)
#EDD7D2
(237,215,210)
#F3E1DE
(243,225,222)
#F9EBEA
(249,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8772 color. Also use rgb(189,135,114) instead hex code.

Text Font Color

.myTextColor { color: #BD8772; }

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

This text font color is #BD8772.


Background Color

.myBgColor { background-color: #BD8772; }

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

This div background color is #BD8772.


Border color

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

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

This div border color is #BD8772.


Opacity

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

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

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

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

This text has shadow with #BD8772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8772 on black background.


Color preview on white background

This text has color #BD8772 on white background.



Black color preview on #BD8772 background

This text has black color on #BD8772 background.


White color preview on #BD8772 background

This text has white color on #BD8772 background.