COLOR #BD985D

HEX: #BD985D
RGB: (189,152,93)

Color info

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

RGB color model

#BD985D color RGB value is (189,152,93).

  • red value is 189;
  • green value is 152;
  • blue value is 93.
RGB:
(189,152,93)
(74%,60%,36%)

RGB channels and saturation

R 189 of 255 = 74%
G 152 of 255 = 60%
B 93 of 255 = 36%

189
152
93

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

Portions of RGB colors in percentages

R + G + B =
189 + 152 + 93 = 434 (100%)
R 189 of 434 ~ 43.55%
G 152 of 434 ~ 35.02%
B 93 of 434 ~ 21.43%

%43.55
%35.02
%21.43

CMYK color model

#BD985D color CMYK value is (0,20,51,26).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 50.79%
  • key color value is 25.88%
CMYK:
(0,20,51,26)
C0M20Y51K26 
(0%,20%,51%,26%)
(0.00/0.20/0.51/0.26)	

CMYK percentages

%0
%19.58
%50.79
%25.88

Codes

Color #BD985D in popluar color models

BD985D
RGB18915293
HSL37°42.11%55.29%
HSB/HSV37°50.79%74.12%
CMYK0.00%19.58%50.79%
25.88%

Color #BD985D in popluar number systems.

HEXBD985D
Decimal18915293
Binary10111101100110001011101
Octal275230135

Shades and tints

Shades of #BD985D

#BD985D
(189,152,93)
#AC8B55
(172,139,85)
#9B7E4D
(155,126,77)
#8A7145
(138,113,69)
#79643D
(121,100,61)
#685735
(104,87,53)
#574A2D
(87,74,45)
#463D25
(70,61,37)
#35301D
(53,48,29)
#242315
(36,35,21)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #BD985D

#BD985D
(189,152,93)
#C3A16B
(195,161,107)
#C9AA79
(201,170,121)
#CFB387
(207,179,135)
#D5BC95
(213,188,149)
#DBC5A3
(219,197,163)
#E1CEB1
(225,206,177)
#E7D7BF
(231,215,191)
#EDE0CD
(237,224,205)
#F3E9DB
(243,233,219)
#F9F2E9
(249,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD985D color. Also use rgb(189,152,93) instead hex code.

Text Font Color

.myTextColor { color: #BD985D; }

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

This text font color is #BD985D.


Background Color

.myBgColor { background-color: #BD985D; }

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

This div background color is #BD985D.


Border color

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

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

This div border color is #BD985D.


Opacity

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

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

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

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

This text has shadow with #BD985D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD985D on black background.


Color preview on white background

This text has color #BD985D on white background.



Black color preview on #BD985D background

This text has black color on #BD985D background.


White color preview on #BD985D background

This text has white color on #BD985D background.