COLOR #BD957C

HEX: #BD957C
RGB: (189,149,124)

Color info

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

RGB color model

#BD957C color RGB value is (189,149,124).

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

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 124 of 255 = 49%

189
149
124

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

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 124 = 462 (100%)
R 189 of 462 ~ 40.91%
G 149 of 462 ~ 32.25%
B 124 of 462 ~ 26.84%

%40.91
%32.25
%26.84

CMYK color model

#BD957C color CMYK value is (0,21,34,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(0,21,34,26)
C0M21Y34K26 
(0%,21%,34%,26%)
(0.00/0.21/0.34/0.26)	

CMYK percentages

%0
%21.16
%34.39
%25.88

Codes

Color #BD957C in popluar color models

BD957C
RGB189149124
HSL23°32.99%61.37%
HSB/HSV23°34.39%74.12%
CMYK0.00%21.16%34.39%
25.88%

Color #BD957C in popluar number systems.

HEXBD957C
Decimal189149124
Binary10111101100101011111100
Octal275225174

Shades and tints

Shades of #BD957C

#BD957C
(189,149,124)
#AC8871
(172,136,113)
#9B7B66
(155,123,102)
#8A6E5B
(138,110,91)
#796150
(121,97,80)
#685445
(104,84,69)
#57473A
(87,71,58)
#463A2F
(70,58,47)
#352D24
(53,45,36)
#242019
(36,32,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #BD957C

#BD957C
(189,149,124)
#C39E87
(195,158,135)
#C9A792
(201,167,146)
#CFB09D
(207,176,157)
#D5B9A8
(213,185,168)
#DBC2B3
(219,194,179)
#E1CBBE
(225,203,190)
#E7D4C9
(231,212,201)
#EDDDD4
(237,221,212)
#F3E6DF
(243,230,223)
#F9EFEA
(249,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD957C; }

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

This text font color is #BD957C.


Background Color

.myBgColor { background-color: #BD957C; }

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

This div background color is #BD957C.


Border color

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

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

This div border color is #BD957C.


Opacity

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

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

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

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

This text has shadow with #BD957C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD957C on black background.


Color preview on white background

This text has color #BD957C on white background.



Black color preview on #BD957C background

This text has black color on #BD957C background.


White color preview on #BD957C background

This text has white color on #BD957C background.