COLOR #BE720D

HEX: #BE720D
RGB: (190,114,13)

Color info

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

RGB color model

#BE720D color RGB value is (190,114,13).

  • red value is 190;
  • green value is 114;
  • blue value is 13.
RGB:
(190,114,13)
(75%,45%,5%)

RGB channels and saturation

R 190 of 255 = 75%
G 114 of 255 = 45%
B 13 of 255 = 5%

190
114
13

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

Portions of RGB colors in percentages

R + G + B =
190 + 114 + 13 = 317 (100%)
R 190 of 317 ~ 59.94%
G 114 of 317 ~ 35.96%
B 13 of 317 ~ 4.1%

%59.94
%35.96

CMYK color model

#BE720D color CMYK value is (0,40,93,25).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 93.16%
  • key color value is 25.49%
CMYK:
(0,40,93,25)
C0M40Y93K25 
(0%,40%,93%,25%)
(0.00/0.40/0.93/0.25)	

CMYK percentages

%0
%40
%93.16
%25.49

Codes

Color #BE720D in popluar color models

BE720D
RGB19011413
HSL34°87.19%39.80%
HSB/HSV34°93.16%74.51%
CMYK0.00%40.00%93.16%
25.49%

Color #BE720D in popluar number systems.

HEXBE720D
Decimal19011413
Binary1011111011100101101
Octal27616215

Shades and tints

Shades of #BE720D

#BE720D
(190,114,13)
#AD680C
(173,104,12)
#9C5E0B
(156,94,11)
#8B540A
(139,84,10)
#7A4A09
(122,74,9)
#694008
(105,64,8)
#583607
(88,54,7)
#472C06
(71,44,6)
#362205
(54,34,5)
#251804
(37,24,4)
#140E03
(20,14,3)
#000000
(0,0,0)

Tints of #BE720D

#BE720D
(190,114,13)
#C37E23
(195,126,35)
#C88A39
(200,138,57)
#CD964F
(205,150,79)
#D2A265
(210,162,101)
#D7AE7B
(215,174,123)
#DCBA91
(220,186,145)
#E1C6A7
(225,198,167)
#E6D2BD
(230,210,189)
#EBDED3
(235,222,211)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE720D color. Also use rgb(190,114,13) instead hex code.

Text Font Color

.myTextColor { color: #BE720D; }

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

This text font color is #BE720D.


Background Color

.myBgColor { background-color: #BE720D; }

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

This div background color is #BE720D.


Border color

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

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

This div border color is #BE720D.


Opacity

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

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

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

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

This text has shadow with #BE720D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE720D on black background.


Color preview on white background

This text has color #BE720D on white background.



Black color preview on #BE720D background

This text has black color on #BE720D background.


White color preview on #BE720D background

This text has white color on #BE720D background.