COLOR #BE961E

HEX: #BE961E
RGB: (190,150,30)

Color info

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

RGB color model

#BE961E color RGB value is (190,150,30).

  • red value is 190;
  • green value is 150;
  • blue value is 30.
RGB:
(190,150,30)
(75%,59%,12%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 30 of 255 = 12%

190
150
30

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

Portions of RGB colors in percentages

R + G + B =
190 + 150 + 30 = 370 (100%)
R 190 of 370 ~ 51.35%
G 150 of 370 ~ 40.54%
B 30 of 370 ~ 8.11%

%51.35
%40.54

CMYK color model

#BE961E color CMYK value is (0,21,84,25).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 84.21%
  • key color value is 25.49%
CMYK:
(0,21,84,25)
C0M21Y84K25 
(0%,21%,84%,25%)
(0.00/0.21/0.84/0.25)	

CMYK percentages

%0
%21.05
%84.21
%25.49

Codes

Color #BE961E in popluar color models

BE961E
RGB19015030
HSL45°72.73%43.14%
HSB/HSV45°84.21%74.51%
CMYK0.00%21.05%84.21%
25.49%

Color #BE961E in popluar number systems.

HEXBE961E
Decimal19015030
Binary101111101001011011110
Octal27622636

Shades and tints

Shades of #BE961E

#BE961E
(190,150,30)
#AD891C
(173,137,28)
#9C7C1A
(156,124,26)
#8B6F18
(139,111,24)
#7A6216
(122,98,22)
#695514
(105,85,20)
#584812
(88,72,18)
#473B10
(71,59,16)
#362E0E
(54,46,14)
#25210C
(37,33,12)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #BE961E

#BE961E
(190,150,30)
#C39F32
(195,159,50)
#C8A846
(200,168,70)
#CDB15A
(205,177,90)
#D2BA6E
(210,186,110)
#D7C382
(215,195,130)
#DCCC96
(220,204,150)
#E1D5AA
(225,213,170)
#E6DEBE
(230,222,190)
#EBE7D2
(235,231,210)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE961E color. Also use rgb(190,150,30) instead hex code.

Text Font Color

.myTextColor { color: #BE961E; }

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

This text font color is #BE961E.


Background Color

.myBgColor { background-color: #BE961E; }

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

This div background color is #BE961E.


Border color

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

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

This div border color is #BE961E.


Opacity

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

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

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

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

This text has shadow with #BE961E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE961E on black background.


Color preview on white background

This text has color #BE961E on white background.



Black color preview on #BE961E background

This text has black color on #BE961E background.


White color preview on #BE961E background

This text has white color on #BE961E background.