COLOR #BE6E02

HEX: #BE6E02
RGB: (190,110,2)

Color info

#BE6E02 contains mainly red color. Web safe color of #BE6E02 is #CC6600 (or #C60).

RGB color model

#BE6E02 color RGB value is (190,110,2).

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

RGB channels and saturation

R 190 of 255 = 75%
G 110 of 255 = 43%
B 2 of 255 = 1%

190
110
2

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

Portions of RGB colors in percentages

R + G + B =
190 + 110 + 2 = 302 (100%)
R 190 of 302 ~ 62.91%
G 110 of 302 ~ 36.42%
B 2 of 302 ~ 0.66%

%62.91
%36.42

CMYK color model

#BE6E02 color CMYK value is (0,42,99,25).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 98.95%
  • key color value is 25.49%
CMYK:
(0,42,99,25)
C0M42Y99K25 
(0%,42%,99%,25%)
(0.00/0.42/0.99/0.25)	

CMYK percentages

%0
%42.11
%98.95
%25.49

Codes

Color #BE6E02 in popluar color models

BE6E02
RGB1901102
HSL34°97.92%37.65%
HSB/HSV34°98.95%74.51%
CMYK0.00%42.11%98.95%
25.49%

Color #BE6E02 in popluar number systems.

HEXBE6E02
Decimal1901102
Binary10111110110111010
Octal2761562

Shades and tints

Shades of #BE6E02

#BE6E02
(190,110,2)
#AD6402
(173,100,2)
#9C5A02
(156,90,2)
#8B5002
(139,80,2)
#7A4602
(122,70,2)
#693C02
(105,60,2)
#583202
(88,50,2)
#472802
(71,40,2)
#361E02
(54,30,2)
#251402
(37,20,2)
#140A02
(20,10,2)
#000000
(0,0,0)

Tints of #BE6E02

#BE6E02
(190,110,2)
#C37B19
(195,123,25)
#C88830
(200,136,48)
#CD9547
(205,149,71)
#D2A25E
(210,162,94)
#D7AF75
(215,175,117)
#DCBC8C
(220,188,140)
#E1C9A3
(225,201,163)
#E6D6BA
(230,214,186)
#EBE3D1
(235,227,209)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6E02; }

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

This text font color is #BE6E02.


Background Color

.myBgColor { background-color: #BE6E02; }

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

This div background color is #BE6E02.


Border color

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

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

This div border color is #BE6E02.


Opacity

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

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

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

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

This text has shadow with #BE6E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6E02 on black background.


Color preview on white background

This text has color #BE6E02 on white background.



Black color preview on #BE6E02 background

This text has black color on #BE6E02 background.


White color preview on #BE6E02 background

This text has white color on #BE6E02 background.