COLOR #BE8846

HEX: #BE8846
RGB: (190,136,70)

Color info

#BE8846 contains mainly red and green colors. Web safe color of #BE8846 is #CC9933 (or #C93).

RGB color model

#BE8846 color RGB value is (190,136,70).

  • red value is 190;
  • green value is 136;
  • blue value is 70.
RGB:
(190,136,70)
(75%,53%,27%)

RGB channels and saturation

R 190 of 255 = 75%
G 136 of 255 = 53%
B 70 of 255 = 27%

190
136
70

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

Portions of RGB colors in percentages

R + G + B =
190 + 136 + 70 = 396 (100%)
R 190 of 396 ~ 47.98%
G 136 of 396 ~ 34.34%
B 70 of 396 ~ 17.68%

%47.98
%34.34
%17.68

CMYK color model

#BE8846 color CMYK value is (0,28,63,25).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 63.16%
  • key color value is 25.49%
CMYK:
(0,28,63,25)
C0M28Y63K25 
(0%,28%,63%,25%)
(0.00/0.28/0.63/0.25)	

CMYK percentages

%0
%28.42
%63.16
%25.49

Codes

Color #BE8846 in popluar color models

BE8846
RGB19013670
HSL33°48.00%50.98%
HSB/HSV33°63.16%74.51%
CMYK0.00%28.42%63.16%
25.49%

Color #BE8846 in popluar number systems.

HEXBE8846
Decimal19013670
Binary10111110100010001000110
Octal276210106

Shades and tints

Shades of #BE8846

#BE8846
(190,136,70)
#AD7C40
(173,124,64)
#9C703A
(156,112,58)
#8B6434
(139,100,52)
#7A582E
(122,88,46)
#694C28
(105,76,40)
#584022
(88,64,34)
#47341C
(71,52,28)
#362816
(54,40,22)
#251C10
(37,28,16)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #BE8846

#BE8846
(190,136,70)
#C39256
(195,146,86)
#C89C66
(200,156,102)
#CDA676
(205,166,118)
#D2B086
(210,176,134)
#D7BA96
(215,186,150)
#DCC4A6
(220,196,166)
#E1CEB6
(225,206,182)
#E6D8C6
(230,216,198)
#EBE2D6
(235,226,214)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8846 color. Also use rgb(190,136,70) instead hex code.

Text Font Color

.myTextColor { color: #BE8846; }

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

This text font color is #BE8846.


Background Color

.myBgColor { background-color: #BE8846; }

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

This div background color is #BE8846.


Border color

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

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

This div border color is #BE8846.


Opacity

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

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

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

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

This text has shadow with #BE8846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8846 on black background.


Color preview on white background

This text has color #BE8846 on white background.



Black color preview on #BE8846 background

This text has black color on #BE8846 background.


White color preview on #BE8846 background

This text has white color on #BE8846 background.