COLOR #BD8E7C

HEX: #BD8E7C
RGB: (189,142,124)

Color info

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

RGB color model

#BD8E7C color RGB value is (189,142,124).

  • red value is 189;
  • green value is 142;
  • blue value is 124.
RGB:
(189,142,124)
(74%,56%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 142 of 255 = 56%
B 124 of 255 = 49%

189
142
124

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

Portions of RGB colors in percentages

R + G + B =
189 + 142 + 124 = 455 (100%)
R 189 of 455 ~ 41.54%
G 142 of 455 ~ 31.21%
B 124 of 455 ~ 27.25%

%41.54
%31.21
%27.25

CMYK color model

#BD8E7C color CMYK value is (0,25,34,26).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(0,25,34,26)
C0M25Y34K26 
(0%,25%,34%,26%)
(0.00/0.25/0.34/0.26)	

CMYK percentages

%0
%24.87
%34.39
%25.88

Codes

Color #BD8E7C in popluar color models

BD8E7C
RGB189142124
HSL17°32.99%61.37%
HSB/HSV17°34.39%74.12%
CMYK0.00%24.87%34.39%
25.88%

Color #BD8E7C in popluar number systems.

HEXBD8E7C
Decimal189142124
Binary10111101100011101111100
Octal275216174

Shades and tints

Shades of #BD8E7C

#BD8E7C
(189,142,124)
#AC8271
(172,130,113)
#9B7666
(155,118,102)
#8A6A5B
(138,106,91)
#795E50
(121,94,80)
#685245
(104,82,69)
#57463A
(87,70,58)
#463A2F
(70,58,47)
#352E24
(53,46,36)
#242219
(36,34,25)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #BD8E7C

#BD8E7C
(189,142,124)
#C39887
(195,152,135)
#C9A292
(201,162,146)
#CFAC9D
(207,172,157)
#D5B6A8
(213,182,168)
#DBC0B3
(219,192,179)
#E1CABE
(225,202,190)
#E7D4C9
(231,212,201)
#EDDED4
(237,222,212)
#F3E8DF
(243,232,223)
#F9F2EA
(249,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8E7C color. Also use rgb(189,142,124) instead hex code.

Text Font Color

.myTextColor { color: #BD8E7C; }

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

This text font color is #BD8E7C.


Background Color

.myBgColor { background-color: #BD8E7C; }

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

This div background color is #BD8E7C.


Border color

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

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

This div border color is #BD8E7C.


Opacity

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

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

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

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

This text has shadow with #BD8E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8E7C on black background.


Color preview on white background

This text has color #BD8E7C on white background.



Black color preview on #BD8E7C background

This text has black color on #BD8E7C background.


White color preview on #BD8E7C background

This text has white color on #BD8E7C background.