COLOR #BD947A

HEX: #BD947A RGB: (189,148,122)

Color info

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

RGB color model

#BD947A color RGB value is (189,148,122).

RGB: (189,148,122) (74%, 58%, 48%)

RGB channels and saturation

R 189 of 255 = 74%
G 148 of 255 = 58%
B 122 of 255 = 48%

189
148
122

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

Portions of RGB colors in percentages

R + G + B = 189 + 148 + 122 = 459 (100%)
R 189 of 459 ~ 41.18%
G 148 of 459 ~ 32.24%
B 122 of 459 ~ 26.58'%

%41.18
%32.24
%26.58

CMYK color model

#BD947A color CMYK value is (0,22,35,26).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 35.45%
  • key color value is 25.88%

CMYK: (0,22,35,26)
C0M22Y35K26 (0%, 22%, 35%, 26%)
(0.00 / 0.22 / 0.35 / 0.26)

CMYK percentages

%0
%21.69
%35.45
%25.88

Codes

Color #BD947A in popluar color models

BD 94 7A
RGB 189 148 122
HSL 23° 33.67% 60.98%
HSB/HSV 23° 35.45% 74.12%
CMYK 0.00% 21.69% 35.45%
25.88%

Color #BD947A in popluar number systems.

HEX BD 94 7A
Decimal 189 148 122
Binary 10111101 10010100 1111010
Octal 275 224 172

Shades and tints

Shades of #BD947A

#BD947A
(189,148,122)
#AC876F
(172,135,111)
#9B7A64
(155,122,100)
#8A6D59
(138,109,89)
#79604E
(121,96,78)
#685343
(104,83,67)
#574638
(87,70,56)
#46392D
(70,57,45)
#352C22
(53,44,34)
#241F17
(36,31,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #BD947A

#BD947A
(189,148,122)
#C39D86
(195,157,134)
#C9A692
(201,166,146)
#CFAF9E
(207,175,158)
#D5B8AA
(213,184,170)
#DBC1B6
(219,193,182)
#E1CAC2
(225,202,194)
#E7D3CE
(231,211,206)
#EDDCDA
(237,220,218)
#F3E5E6
(243,229,230)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD947A color. Also use rgb(189,148,122) instead hex code.

Text Font Color

.myTextColor { color: #BD947A; }

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

This text font color is #BD947A.

Background Color

.myBgColor { background-color: #BD947A; }

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

This div background color is #BD947A.

Border color

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

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

This div border color is #BD947A.

Opacity

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

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

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

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

This text has shadow with #BD947A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD947A.

Preview

Color preview on black background

This text has color #BD947A on black background.


Color preview on white background

This text has color #BD947A on white background.


Black color preview on #BD947A background

This text has black color on #BD947A background.


White color preview on #BD947A background

This text has white color on #BD947A background.


Related colors

Complementary color

Complementary color for #hex is #426B85.


I love getcolorcode.com

Triadic colors

1 #7ABD94 and #947ABD with #BD947A are triadic colors.

2 #7A94BD and #94BD7A with #BD947A are triadic colors.