COLOR #BE6304

HEX: #BE6304
RGB: (190,99,4)

Color info

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

RGB color model

#BE6304 color RGB value is (190,99,4).

  • red value is 190;
  • green value is 99;
  • blue value is 4.
RGB:
(190,99,4)
(75%,39%,2%)

RGB channels and saturation

R 190 of 255 = 75%
G 99 of 255 = 39%
B 4 of 255 = 2%

190
99
4

R + G + B ~ 39%. #BE6304 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 99 + 4 = 293 (100%)
R 190 of 293 ~ 64.85%
G 99 of 293 ~ 33.79%
B 4 of 293 ~ 1.37%

%64.85
%33.79

CMYK color model

#BE6304 color CMYK value is (0,48,98,25).

  • cyan value is 0.00%
  • magenta value is 47.89%
  • yellow value is 97.89%
  • key color value is 25.49%
CMYK:
(0,48,98,25)
C0M48Y98K25 
(0%,48%,98%,25%)
(0.00/0.48/0.98/0.25)	

CMYK percentages

%0
%47.89
%97.89
%25.49

Codes

Color #BE6304 in popluar color models

BE6304
RGB190994
HSL31°95.88%38.04%
HSB/HSV31°97.89%74.51%
CMYK0.00%47.89%97.89%
25.49%

Color #BE6304 in popluar number systems.

HEXBE6304
Decimal190994
Binary101111101100011100
Octal2761434

Shades and tints

Shades of #BE6304

#BE6304
(190,99,4)
#AD5A04
(173,90,4)
#9C5104
(156,81,4)
#8B4804
(139,72,4)
#7A3F04
(122,63,4)
#693604
(105,54,4)
#582D04
(88,45,4)
#472404
(71,36,4)
#361B04
(54,27,4)
#251204
(37,18,4)
#140904
(20,9,4)
#000000
(0,0,0)

Tints of #BE6304

#BE6304
(190,99,4)
#C3711A
(195,113,26)
#C87F30
(200,127,48)
#CD8D46
(205,141,70)
#D29B5C
(210,155,92)
#D7A972
(215,169,114)
#DCB788
(220,183,136)
#E1C59E
(225,197,158)
#E6D3B4
(230,211,180)
#EBE1CA
(235,225,202)
#F0EFE0
(240,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6304 color. Also use rgb(190,99,4) instead hex code.

Text Font Color

.myTextColor { color: #BE6304; }

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

This text font color is #BE6304.


Background Color

.myBgColor { background-color: #BE6304; }

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

This div background color is #BE6304.


Border color

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

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

This div border color is #BE6304.


Opacity

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

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

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

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

This text has shadow with #BE6304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6304 on black background.


Color preview on white background

This text has color #BE6304 on white background.



Black color preview on #BE6304 background

This text has black color on #BE6304 background.


White color preview on #BE6304 background

This text has white color on #BE6304 background.