COLOR #BE6856

HEX: #BE6856
RGB: (190,104,86)

Color info

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

RGB color model

#BE6856 color RGB value is (190,104,86).

  • red value is 190;
  • green value is 104;
  • blue value is 86.
RGB:
(190,104,86)
(75%,41%,34%)

RGB channels and saturation

R 190 of 255 = 75%
G 104 of 255 = 41%
B 86 of 255 = 34%

190
104
86

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

Portions of RGB colors in percentages

R + G + B =
190 + 104 + 86 = 380 (100%)
R 190 of 380 ~ 50%
G 104 of 380 ~ 27.37%
B 86 of 380 ~ 22.63%

%50
%27.37
%22.63

CMYK color model

#BE6856 color CMYK value is (0,45,55,25).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 54.74%
  • key color value is 25.49%
CMYK:
(0,45,55,25)
C0M45Y55K25 
(0%,45%,55%,25%)
(0.00/0.45/0.55/0.25)	

CMYK percentages

%0
%45.26
%54.74
%25.49

Codes

Color #BE6856 in popluar color models

BE6856
RGB19010486
HSL10°44.44%54.12%
HSB/HSV10°54.74%74.51%
CMYK0.00%45.26%54.74%
25.49%

Color #BE6856 in popluar number systems.

HEXBE6856
Decimal19010486
Binary1011111011010001010110
Octal276150126

Shades and tints

Shades of #BE6856

#BE6856
(190,104,86)
#AD5F4F
(173,95,79)
#9C5648
(156,86,72)
#8B4D41
(139,77,65)
#7A443A
(122,68,58)
#693B33
(105,59,51)
#58322C
(88,50,44)
#472925
(71,41,37)
#36201E
(54,32,30)
#251717
(37,23,23)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #BE6856

#BE6856
(190,104,86)
#C37565
(195,117,101)
#C88274
(200,130,116)
#CD8F83
(205,143,131)
#D29C92
(210,156,146)
#D7A9A1
(215,169,161)
#DCB6B0
(220,182,176)
#E1C3BF
(225,195,191)
#E6D0CE
(230,208,206)
#EBDDDD
(235,221,221)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6856 color. Also use rgb(190,104,86) instead hex code.

Text Font Color

.myTextColor { color: #BE6856; }

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

This text font color is #BE6856.


Background Color

.myBgColor { background-color: #BE6856; }

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

This div background color is #BE6856.


Border color

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

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

This div border color is #BE6856.


Opacity

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

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

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

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

This text has shadow with #BE6856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6856 on black background.


Color preview on white background

This text has color #BE6856 on white background.



Black color preview on #BE6856 background

This text has black color on #BE6856 background.


White color preview on #BE6856 background

This text has white color on #BE6856 background.