COLOR #BD8C61

HEX: #BD8C61 RGB: (189,140,97)

Color info

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

RGB color model

#BD8C61 color RGB value is (189,140,97).

RGB: (189,140,97) (74%, 55%, 38%)

RGB channels and saturation

R 189 of 255 = 74%
G 140 of 255 = 55%
B 97 of 255 = 38%

189
140
97

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

Portions of RGB colors in percentages

R + G + B = 189 + 140 + 97 = 426 (100%)
R 189 of 426 ~ 44.37%
G 140 of 426 ~ 32.86%
B 97 of 426 ~ 22.77'%

%44.37
%32.86
%22.77

CMYK color model

#BD8C61 color CMYK value is (0,26,49,26).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 48.68%
  • key color value is 25.88%

CMYK: (0,26,49,26)
C0M26Y49K26 (0%, 26%, 49%, 26%)
(0.00 / 0.26 / 0.49 / 0.26)

CMYK percentages

%0
%25.93
%48.68
%25.88

Codes

Color #BD8C61 in popluar color models

BD 8C 61
RGB 189 140 97
HSL 28° 41.07% 56.08%
HSB/HSV 28° 48.68% 74.12%
CMYK 0.00% 25.93% 48.68%
25.88%

Color #BD8C61 in popluar number systems.

HEX BD 8C 61
Decimal 189 140 97
Binary 10111101 10001100 1100001
Octal 275 214 141

Shades and tints

Shades of #BD8C61

#BD8C61
(189,140,97)
#AC8059
(172,128,89)
#9B7451
(155,116,81)
#8A6849
(138,104,73)
#795C41
(121,92,65)
#685039
(104,80,57)
#574431
(87,68,49)
#463829
(70,56,41)
#352C21
(53,44,33)
#242019
(36,32,25)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #BD8C61

#BD8C61
(189,140,97)
#C3966F
(195,150,111)
#C9A07D
(201,160,125)
#CFAA8B
(207,170,139)
#D5B499
(213,180,153)
#DBBEA7
(219,190,167)
#E1C8B5
(225,200,181)
#E7D2C3
(231,210,195)
#EDDCD1
(237,220,209)
#F3E6DF
(243,230,223)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8C61 color. Also use rgb(189,140,97) instead hex code.

Text Font Color

.myTextColor { color: #BD8C61; }

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

This text font color is #BD8C61.

Background Color

.myBgColor { background-color: #BD8C61; }

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

This div background color is #BD8C61.

Border color

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

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

This div border color is #BD8C61.

Opacity

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

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

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

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

This text has shadow with #BD8C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8C61.

Preview

Color preview on black background

This text has color #BD8C61 on black background.


Color preview on white background

This text has color #BD8C61 on white background.


Black color preview on #BD8C61 background

This text has black color on #BD8C61 background.


White color preview on #BD8C61 background

This text has white color on #BD8C61 background.


Related colors

Complementary color

Complementary color for #hex is #42739E.


I love getcolorcode.com

Triadic colors

1 #61BD8C and #8C61BD with #BD8C61 are triadic colors.

2 #618CBD and #8CBD61 with #BD8C61 are triadic colors.