COLOR #BD7960

HEX: #BD7960 RGB: (189,121,96)

Color info

#BD7960 contains mainly red color. Web safe color of #BD7960 is #CC6666 (or #C66).

RGB color model

#BD7960 color RGB value is (189,121,96).

RGB: (189,121,96) (74%, 47%, 38%)

RGB channels and saturation

R 189 of 255 = 74%
G 121 of 255 = 47%
B 96 of 255 = 38%

189
121
96

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

Portions of RGB colors in percentages

R + G + B = 189 + 121 + 96 = 406 (100%)
R 189 of 406 ~ 46.55%
G 121 of 406 ~ 29.8%
B 96 of 406 ~ 23.65'%

%46.55
%29.8
%23.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.98%
  • yellow value is 49.21%
  • key color value is 25.88%

CMYK: (0,36,49,26)
C0M36Y49K26 (0%, 36%, 49%, 26%)
(0.00 / 0.36 / 0.49 / 0.26)

CMYK percentages

%0
%35.98
%49.21
%25.88

Codes

Color #BD7960 in popluar color models

BD 79 60
RGB 189 121 96
HSL 16° 41.33% 55.88%
HSB/HSV 16° 49.21% 74.12%
CMYK 0.00% 35.98% 49.21%
25.88%

Color #BD7960 in popluar number systems.

HEX BD 79 60
Decimal 189 121 96
Binary 10111101 1111001 1100000
Octal 275 171 140

Shades and tints

Shades of #BD7960

#BD7960
(189,121,96)
#AC6E58
(172,110,88)
#9B6350
(155,99,80)
#8A5848
(138,88,72)
#794D40
(121,77,64)
#684238
(104,66,56)
#573730
(87,55,48)
#462C28
(70,44,40)
#352120
(53,33,32)
#241618
(36,22,24)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #BD7960

#BD7960
(189,121,96)
#C3856E
(195,133,110)
#C9917C
(201,145,124)
#CF9D8A
(207,157,138)
#D5A998
(213,169,152)
#DBB5A6
(219,181,166)
#E1C1B4
(225,193,180)
#E7CDC2
(231,205,194)
#EDD9D0
(237,217,208)
#F3E5DE
(243,229,222)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7960 color. Also use rgb(189,121,96) instead hex code.

Text Font Color

.myTextColor { color: #BD7960; }

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

This text font color is #BD7960.

Background Color

.myBgColor { background-color: #BD7960; }

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

This div background color is #BD7960.

Border color

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

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

This div border color is #BD7960.

Opacity

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

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

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

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

This text has shadow with #BD7960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7960.

Preview

Color preview on black background

This text has color #BD7960 on black background.


Color preview on white background

This text has color #BD7960 on white background.


Black color preview on #BD7960 background

This text has black color on #BD7960 background.


White color preview on #BD7960 background

This text has white color on #BD7960 background.


Related colors

Complementary color

Complementary color for #hex is #42869F.


I love getcolorcode.com

Triadic colors

1 #60BD79 and #7960BD with #BD7960 are triadic colors.

2 #6079BD and #79BD60 with #BD7960 are triadic colors.