COLOR #BD7967

HEX: #BD7967 RGB: (189,121,103)

Color info

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

RGB color model

#BD7967 color RGB value is (189,121,103).

RGB: (189,121,103) (74%, 47%, 40%)

RGB channels and saturation

R 189 of 255 = 74%
G 121 of 255 = 47%
B 103 of 255 = 40%

189
121
103

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

Portions of RGB colors in percentages

R + G + B = 189 + 121 + 103 = 413 (100%)
R 189 of 413 ~ 45.76%
G 121 of 413 ~ 29.3%
B 103 of 413 ~ 24.94'%

%45.76
%29.3
%24.94

CMYK color model

#BD7967 color CMYK value is (0,36,46,26).

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

CMYK: (0,36,46,26)
C0M36Y46K26 (0%, 36%, 46%, 26%)
(0.00 / 0.36 / 0.46 / 0.26)

CMYK percentages

%0
%35.98
%45.5
%25.88

Codes

Color #BD7967 in popluar color models

BD 79 67
RGB 189 121 103
HSL 13° 39.45% 57.25%
HSB/HSV 13° 45.50% 74.12%
CMYK 0.00% 35.98% 45.50%
25.88%

Color #BD7967 in popluar number systems.

HEX BD 79 67
Decimal 189 121 103
Binary 10111101 1111001 1100111
Octal 275 171 147

Shades and tints

Shades of #BD7967

#BD7967
(189,121,103)
#AC6E5E
(172,110,94)
#9B6355
(155,99,85)
#8A584C
(138,88,76)
#794D43
(121,77,67)
#68423A
(104,66,58)
#573731
(87,55,49)
#462C28
(70,44,40)
#35211F
(53,33,31)
#241616
(36,22,22)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #BD7967

#BD7967
(189,121,103)
#C38574
(195,133,116)
#C99181
(201,145,129)
#CF9D8E
(207,157,142)
#D5A99B
(213,169,155)
#DBB5A8
(219,181,168)
#E1C1B5
(225,193,181)
#E7CDC2
(231,205,194)
#EDD9CF
(237,217,207)
#F3E5DC
(243,229,220)
#F9F1E9
(249,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7967; }

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

This text font color is #BD7967.

Background Color

.myBgColor { background-color: #BD7967; }

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

This div background color is #BD7967.

Border color

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

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

This div border color is #BD7967.

Opacity

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

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

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

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

This text has shadow with #BD7967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7967.

Preview

Color preview on black background

This text has color #BD7967 on black background.


Color preview on white background

This text has color #BD7967 on white background.


Black color preview on #BD7967 background

This text has black color on #BD7967 background.


White color preview on #BD7967 background

This text has white color on #BD7967 background.


Related colors

Complementary color

Complementary color for #hex is #428698.


I love getcolorcode.com

Triadic colors

1 #67BD79 and #7967BD with #BD7967 are triadic colors.

2 #6779BD and #79BD67 with #BD7967 are triadic colors.