COLOR #BE943E

HEX: #BE943E
RGB: (190,148,62)

Color info

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

RGB color model

#BE943E color RGB value is (190,148,62).

  • red value is 190;
  • green value is 148;
  • blue value is 62.
RGB:
(190,148,62)
(75%,58%,24%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 62 of 255 = 24%

190
148
62

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

Portions of RGB colors in percentages

R + G + B =
190 + 148 + 62 = 400 (100%)
R 190 of 400 ~ 47.5%
G 148 of 400 ~ 37%
B 62 of 400 ~ 15.5%

%47.5
%37
%15.5

CMYK color model

#BE943E color CMYK value is (0,22,67,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 67.37%
  • key color value is 25.49%
CMYK:
(0,22,67,25)
C0M22Y67K25 
(0%,22%,67%,25%)
(0.00/0.22/0.67/0.25)	

CMYK percentages

%0
%22.11
%67.37
%25.49

Codes

Color #BE943E in popluar color models

BE943E
RGB19014862
HSL40°50.79%49.41%
HSB/HSV40°67.37%74.51%
CMYK0.00%22.11%67.37%
25.49%

Color #BE943E in popluar number systems.

HEXBE943E
Decimal19014862
Binary1011111010010100111110
Octal27622476

Shades and tints

Shades of #BE943E

#BE943E
(190,148,62)
#AD8739
(173,135,57)
#9C7A34
(156,122,52)
#8B6D2F
(139,109,47)
#7A602A
(122,96,42)
#695325
(105,83,37)
#584620
(88,70,32)
#47391B
(71,57,27)
#362C16
(54,44,22)
#251F11
(37,31,17)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #BE943E

#BE943E
(190,148,62)
#C39D4F
(195,157,79)
#C8A660
(200,166,96)
#CDAF71
(205,175,113)
#D2B882
(210,184,130)
#D7C193
(215,193,147)
#DCCAA4
(220,202,164)
#E1D3B5
(225,211,181)
#E6DCC6
(230,220,198)
#EBE5D7
(235,229,215)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE943E color. Also use rgb(190,148,62) instead hex code.

Text Font Color

.myTextColor { color: #BE943E; }

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

This text font color is #BE943E.


Background Color

.myBgColor { background-color: #BE943E; }

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

This div background color is #BE943E.


Border color

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

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

This div border color is #BE943E.


Opacity

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

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

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

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

This text has shadow with #BE943E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE943E on black background.


Color preview on white background

This text has color #BE943E on white background.



Black color preview on #BE943E background

This text has black color on #BE943E background.


White color preview on #BE943E background

This text has white color on #BE943E background.