COLOR #BD7F64

HEX: #BD7F64
RGB: (189,127,100)

Color info

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

RGB color model

#BD7F64 color RGB value is (189,127,100).

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

RGB channels and saturation

R 189 of 255 = 74%
G 127 of 255 = 50%
B 100 of 255 = 39%

189
127
100

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

Portions of RGB colors in percentages

R + G + B =
189 + 127 + 100 = 416 (100%)
R 189 of 416 ~ 45.43%
G 127 of 416 ~ 30.53%
B 100 of 416 ~ 24.04%

%45.43
%30.53
%24.04

CMYK color model

#BD7F64 color CMYK value is (0,33,47,26).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 47.09%
  • key color value is 25.88%
CMYK:
(0,33,47,26)
C0M33Y47K26 
(0%,33%,47%,26%)
(0.00/0.33/0.47/0.26)	

CMYK percentages

%0
%32.8
%47.09
%25.88

Codes

Color #BD7F64 in popluar color models

BD7F64
RGB189127100
HSL18°40.27%56.67%
HSB/HSV18°47.09%74.12%
CMYK0.00%32.80%47.09%
25.88%

Color #BD7F64 in popluar number systems.

HEXBD7F64
Decimal189127100
Binary1011110111111111100100
Octal275177144

Shades and tints

Shades of #BD7F64

#BD7F64
(189,127,100)
#AC745B
(172,116,91)
#9B6952
(155,105,82)
#8A5E49
(138,94,73)
#795340
(121,83,64)
#684837
(104,72,55)
#573D2E
(87,61,46)
#463225
(70,50,37)
#35271C
(53,39,28)
#241C13
(36,28,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #BD7F64

#BD7F64
(189,127,100)
#C38A72
(195,138,114)
#C99580
(201,149,128)
#CFA08E
(207,160,142)
#D5AB9C
(213,171,156)
#DBB6AA
(219,182,170)
#E1C1B8
(225,193,184)
#E7CCC6
(231,204,198)
#EDD7D4
(237,215,212)
#F3E2E2
(243,226,226)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7F64; }

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

This text font color is #BD7F64.


Background Color

.myBgColor { background-color: #BD7F64; }

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

This div background color is #BD7F64.


Border color

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

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

This div border color is #BD7F64.


Opacity

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

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

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

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

This text has shadow with #BD7F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7F64 on black background.


Color preview on white background

This text has color #BD7F64 on white background.



Black color preview on #BD7F64 background

This text has black color on #BD7F64 background.


White color preview on #BD7F64 background

This text has white color on #BD7F64 background.