COLOR #BE7F6B

HEX: #BE7F6B
RGB: (190,127,107)

Color info

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

RGB color model

#BE7F6B color RGB value is (190,127,107).

  • red value is 190;
  • green value is 127;
  • blue value is 107.
RGB:
(190,127,107)
(75%,50%,42%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 107 of 255 = 42%

190
127
107

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

Portions of RGB colors in percentages

R + G + B =
190 + 127 + 107 = 424 (100%)
R 190 of 424 ~ 44.81%
G 127 of 424 ~ 29.95%
B 107 of 424 ~ 25.24%

%44.81
%29.95
%25.24

CMYK color model

#BE7F6B color CMYK value is (0,33,44,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 43.68%
  • key color value is 25.49%
CMYK:
(0,33,44,25)
C0M33Y44K25 
(0%,33%,44%,25%)
(0.00/0.33/0.44/0.25)	

CMYK percentages

%0
%33.16
%43.68
%25.49

Codes

Color #BE7F6B in popluar color models

BE7F6B
RGB190127107
HSL14°38.97%58.24%
HSB/HSV14°43.68%74.51%
CMYK0.00%33.16%43.68%
25.49%

Color #BE7F6B in popluar number systems.

HEXBE7F6B
Decimal190127107
Binary1011111011111111101011
Octal276177153

Shades and tints

Shades of #BE7F6B

#BE7F6B
(190,127,107)
#AD7462
(173,116,98)
#9C6959
(156,105,89)
#8B5E50
(139,94,80)
#7A5347
(122,83,71)
#69483E
(105,72,62)
#583D35
(88,61,53)
#47322C
(71,50,44)
#362723
(54,39,35)
#251C1A
(37,28,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BE7F6B

#BE7F6B
(190,127,107)
#C38A78
(195,138,120)
#C89585
(200,149,133)
#CDA092
(205,160,146)
#D2AB9F
(210,171,159)
#D7B6AC
(215,182,172)
#DCC1B9
(220,193,185)
#E1CCC6
(225,204,198)
#E6D7D3
(230,215,211)
#EBE2E0
(235,226,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7F6B color. Also use rgb(190,127,107) instead hex code.

Text Font Color

.myTextColor { color: #BE7F6B; }

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

This text font color is #BE7F6B.


Background Color

.myBgColor { background-color: #BE7F6B; }

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

This div background color is #BE7F6B.


Border color

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

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

This div border color is #BE7F6B.


Opacity

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

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

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

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

This text has shadow with #BE7F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7F6B on black background.


Color preview on white background

This text has color #BE7F6B on white background.



Black color preview on #BE7F6B background

This text has black color on #BE7F6B background.


White color preview on #BE7F6B background

This text has white color on #BE7F6B background.