COLOR #BD8A7D

HEX: #BD8A7D
RGB: (189,138,125)

Color info

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

RGB color model

#BD8A7D color RGB value is (189,138,125).

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

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 125 of 255 = 49%

189
138
125

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

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 125 = 452 (100%)
R 189 of 452 ~ 41.81%
G 138 of 452 ~ 30.53%
B 125 of 452 ~ 27.65%

%41.81
%30.53
%27.65

CMYK color model

#BD8A7D color CMYK value is (0,27,34,26).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 33.86%
  • key color value is 25.88%
CMYK:
(0,27,34,26)
C0M27Y34K26 
(0%,27%,34%,26%)
(0.00/0.27/0.34/0.26)	

CMYK percentages

%0
%26.98
%33.86
%25.88

Codes

Color #BD8A7D in popluar color models

BD8A7D
RGB189138125
HSL12°32.65%61.57%
HSB/HSV12°33.86%74.12%
CMYK0.00%26.98%33.86%
25.88%

Color #BD8A7D in popluar number systems.

HEXBD8A7D
Decimal189138125
Binary10111101100010101111101
Octal275212175

Shades and tints

Shades of #BD8A7D

#BD8A7D
(189,138,125)
#AC7E72
(172,126,114)
#9B7267
(155,114,103)
#8A665C
(138,102,92)
#795A51
(121,90,81)
#684E46
(104,78,70)
#57423B
(87,66,59)
#463630
(70,54,48)
#352A25
(53,42,37)
#241E1A
(36,30,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #BD8A7D

#BD8A7D
(189,138,125)
#C39488
(195,148,136)
#C99E93
(201,158,147)
#CFA89E
(207,168,158)
#D5B2A9
(213,178,169)
#DBBCB4
(219,188,180)
#E1C6BF
(225,198,191)
#E7D0CA
(231,208,202)
#EDDAD5
(237,218,213)
#F3E4E0
(243,228,224)
#F9EEEB
(249,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8A7D; }

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

This text font color is #BD8A7D.


Background Color

.myBgColor { background-color: #BD8A7D; }

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

This div background color is #BD8A7D.


Border color

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

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

This div border color is #BD8A7D.


Opacity

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

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

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

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

This text has shadow with #BD8A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8A7D on black background.


Color preview on white background

This text has color #BD8A7D on white background.



Black color preview on #BD8A7D background

This text has black color on #BD8A7D background.


White color preview on #BD8A7D background

This text has white color on #BD8A7D background.