COLOR #BD7F6C

HEX: #BD7F6C
RGB: (189,127,108)

Color info

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

RGB color model

#BD7F6C color RGB value is (189,127,108).

  • red value is 189;
  • green value is 127;
  • blue value is 108.
RGB:
(189,127,108)
(74%,50%,42%)

RGB channels and saturation

R 189 of 255 = 74%
G 127 of 255 = 50%
B 108 of 255 = 42%

189
127
108

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

Portions of RGB colors in percentages

R + G + B =
189 + 127 + 108 = 424 (100%)
R 189 of 424 ~ 44.58%
G 127 of 424 ~ 29.95%
B 108 of 424 ~ 25.47%

%44.58
%29.95
%25.47

CMYK color model

#BD7F6C color CMYK value is (0,33,43,26).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 42.86%
  • key color value is 25.88%
CMYK:
(0,33,43,26)
C0M33Y43K26 
(0%,33%,43%,26%)
(0.00/0.33/0.43/0.26)	

CMYK percentages

%0
%32.8
%42.86
%25.88

Codes

Color #BD7F6C in popluar color models

BD7F6C
RGB189127108
HSL14°38.03%58.24%
HSB/HSV14°42.86%74.12%
CMYK0.00%32.80%42.86%
25.88%

Color #BD7F6C in popluar number systems.

HEXBD7F6C
Decimal189127108
Binary1011110111111111101100
Octal275177154

Shades and tints

Shades of #BD7F6C

#BD7F6C
(189,127,108)
#AC7463
(172,116,99)
#9B695A
(155,105,90)
#8A5E51
(138,94,81)
#795348
(121,83,72)
#68483F
(104,72,63)
#573D36
(87,61,54)
#46322D
(70,50,45)
#352724
(53,39,36)
#241C1B
(36,28,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #BD7F6C

#BD7F6C
(189,127,108)
#C38A79
(195,138,121)
#C99586
(201,149,134)
#CFA093
(207,160,147)
#D5ABA0
(213,171,160)
#DBB6AD
(219,182,173)
#E1C1BA
(225,193,186)
#E7CCC7
(231,204,199)
#EDD7D4
(237,215,212)
#F3E2E1
(243,226,225)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7F6C color. Also use rgb(189,127,108) instead hex code.

Text Font Color

.myTextColor { color: #BD7F6C; }

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

This text font color is #BD7F6C.


Background Color

.myBgColor { background-color: #BD7F6C; }

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

This div background color is #BD7F6C.


Border color

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

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

This div border color is #BD7F6C.


Opacity

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

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

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

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

This text has shadow with #BD7F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7F6C on black background.


Color preview on white background

This text has color #BD7F6C on white background.



Black color preview on #BD7F6C background

This text has black color on #BD7F6C background.


White color preview on #BD7F6C background

This text has white color on #BD7F6C background.