COLOR #BE806E

HEX: #BE806E
RGB: (190,128,110)

Color info

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

RGB color model

#BE806E color RGB value is (190,128,110).

  • red value is 190;
  • green value is 128;
  • blue value is 110.
RGB:
(190,128,110)
(75%,50%,43%)

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 110 of 255 = 43%

190
128
110

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

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 110 = 428 (100%)
R 190 of 428 ~ 44.39%
G 128 of 428 ~ 29.91%
B 110 of 428 ~ 25.7%

%44.39
%29.91
%25.7

CMYK color model

#BE806E color CMYK value is (0,33,42,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 42.11%
  • key color value is 25.49%
CMYK:
(0,33,42,25)
C0M33Y42K25 
(0%,33%,42%,25%)
(0.00/0.33/0.42/0.25)	

CMYK percentages

%0
%32.63
%42.11
%25.49

Codes

Color #BE806E in popluar color models

BE806E
RGB190128110
HSL14°38.10%58.82%
HSB/HSV14°42.11%74.51%
CMYK0.00%32.63%42.11%
25.49%

Color #BE806E in popluar number systems.

HEXBE806E
Decimal190128110
Binary10111110100000001101110
Octal276200156

Shades and tints

Shades of #BE806E

#BE806E
(190,128,110)
#AD7564
(173,117,100)
#9C6A5A
(156,106,90)
#8B5F50
(139,95,80)
#7A5446
(122,84,70)
#69493C
(105,73,60)
#583E32
(88,62,50)
#473328
(71,51,40)
#36281E
(54,40,30)
#251D14
(37,29,20)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #BE806E

#BE806E
(190,128,110)
#C38B7B
(195,139,123)
#C89688
(200,150,136)
#CDA195
(205,161,149)
#D2ACA2
(210,172,162)
#D7B7AF
(215,183,175)
#DCC2BC
(220,194,188)
#E1CDC9
(225,205,201)
#E6D8D6
(230,216,214)
#EBE3E3
(235,227,227)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE806E color. Also use rgb(190,128,110) instead hex code.

Text Font Color

.myTextColor { color: #BE806E; }

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

This text font color is #BE806E.


Background Color

.myBgColor { background-color: #BE806E; }

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

This div background color is #BE806E.


Border color

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

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

This div border color is #BE806E.


Opacity

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

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

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

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

This text has shadow with #BE806E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE806E on black background.


Color preview on white background

This text has color #BE806E on white background.



Black color preview on #BE806E background

This text has black color on #BE806E background.


White color preview on #BE806E background

This text has white color on #BE806E background.