COLOR #BD8C58

HEX: #BD8C58 RGB: (189,140,88)

Color info

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

RGB color model

#BD8C58 color RGB value is (189,140,88).

RGB: (189,140,88) (74%, 55%, 35%)

RGB channels and saturation

R 189 of 255 = 74%
G 140 of 255 = 55%
B 88 of 255 = 35%

189
140
88

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

Portions of RGB colors in percentages

R + G + B = 189 + 140 + 88 = 417 (100%)
R 189 of 417 ~ 45.32%
G 140 of 417 ~ 33.57%
B 88 of 417 ~ 21.1'%

%45.32
%33.57
%21.1

CMYK color model

#BD8C58 color CMYK value is (0,26,53,26).

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

CMYK: (0,26,53,26)
C0M26Y53K26 (0%, 26%, 53%, 26%)
(0.00 / 0.26 / 0.53 / 0.26)

CMYK percentages

%0
%25.93
%53.44
%25.88

Codes

Color #BD8C58 in popluar color models

BD 8C 58
RGB 189 140 88
HSL 31° 43.35% 54.31%
HSB/HSV 31° 53.44% 74.12%
CMYK 0.00% 25.93% 53.44%
25.88%

Color #BD8C58 in popluar number systems.

HEX BD 8C 58
Decimal 189 140 88
Binary 10111101 10001100 1011000
Octal 275 214 130

Shades and tints

Shades of #BD8C58

#BD8C58
(189,140,88)
#AC8050
(172,128,80)
#9B7448
(155,116,72)
#8A6840
(138,104,64)
#795C38
(121,92,56)
#685030
(104,80,48)
#574428
(87,68,40)
#463820
(70,56,32)
#352C18
(53,44,24)
#242010
(36,32,16)
#131408
(19,20,8)
#000000
(0,0,0)

Tints of #BD8C58

#BD8C58
(189,140,88)
#C39667
(195,150,103)
#C9A076
(201,160,118)
#CFAA85
(207,170,133)
#D5B494
(213,180,148)
#DBBEA3
(219,190,163)
#E1C8B2
(225,200,178)
#E7D2C1
(231,210,193)
#EDDCD0
(237,220,208)
#F3E6DF
(243,230,223)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8C58; }

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

This text font color is #BD8C58.

Background Color

.myBgColor { background-color: #BD8C58; }

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

This div background color is #BD8C58.

Border color

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

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

This div border color is #BD8C58.

Opacity

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

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

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

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

This text has shadow with #BD8C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8C58.

Preview

Color preview on black background

This text has color #BD8C58 on black background.


Color preview on white background

This text has color #BD8C58 on white background.


Black color preview on #BD8C58 background

This text has black color on #BD8C58 background.


White color preview on #BD8C58 background

This text has white color on #BD8C58 background.


Related colors

Complementary color

Complementary color for #hex is #4273A7.


I love getcolorcode.com

Triadic colors

1 #58BD8C and #8C58BD with #BD8C58 are triadic colors.

2 #588CBD and #8CBD58 with #BD8C58 are triadic colors.