COLOR #BE4D00

HEX: #BE4D00
RGB: (190,77,0)

Color info

#BE4D00 contains mainly red color. Web safe color of #BE4D00 is #CC3300 (or #C30).

RGB color model

#BE4D00 color RGB value is (190,77,0).

  • red value is 190;
  • green value is 77;
  • blue value is 0.
RGB:
(190,77,0)
(75%,30%,0%)

RGB channels and saturation

R 190 of 255 = 75%
G 77 of 255 = 30%
B 0 of 255 = 0%

190
77
0

R + G + B ~ 35%. #BE4D00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 77 + 0 = 267 (100%)
R 190 of 267 ~ 71.16%
G 77 of 267 ~ 28.84%
B 0 of 267 ~ 0%

%71.16
%28.84

CMYK color model

#BE4D00 color CMYK value is (0,59,100,25).

  • cyan value is 0.00%
  • magenta value is 59.47%
  • yellow value is 100.00%
  • key color value is 25.49%
CMYK:
(0,59,100,25)
C0M59Y100K25 
(0%,59%,100%,25%)
(0.00/0.59/1.00/0.25)	

CMYK percentages

%0
%59.47
%100
%25.49

Codes

Color #BE4D00 in popluar color models

BE4D00
RGB190770
HSL24°100.00%37.25%
HSB/HSV24°100.00%74.51%
CMYK0.00%59.47%100.00%
25.49%

Color #BE4D00 in popluar number systems.

HEXBE4D00
Decimal190770
Binary1011111010011010
Octal2761150

Shades and tints

Shades of #BE4D00

#BE4D00
(190,77,0)
#AD4600
(173,70,0)
#9C3F00
(156,63,0)
#8B3800
(139,56,0)
#7A3100
(122,49,0)
#692A00
(105,42,0)
#582300
(88,35,0)
#471C00
(71,28,0)
#361500
(54,21,0)
#250E00
(37,14,0)
#140700
(20,7,0)
#000000
(0,0,0)

Tints of #BE4D00

#BE4D00
(190,77,0)
#C35D17
(195,93,23)
#C86D2E
(200,109,46)
#CD7D45
(205,125,69)
#D28D5C
(210,141,92)
#D79D73
(215,157,115)
#DCAD8A
(220,173,138)
#E1BDA1
(225,189,161)
#E6CDB8
(230,205,184)
#EBDDCF
(235,221,207)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4D00 color. Also use rgb(190,77,0) instead hex code.

Text Font Color

.myTextColor { color: #BE4D00; }

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

This text font color is #BE4D00.


Background Color

.myBgColor { background-color: #BE4D00; }

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

This div background color is #BE4D00.


Border color

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

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

This div border color is #BE4D00.


Opacity

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

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

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

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

This text has shadow with #BE4D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE4D00 on black background.


Color preview on white background

This text has color #BE4D00 on white background.



Black color preview on #BE4D00 background

This text has black color on #BE4D00 background.


White color preview on #BE4D00 background

This text has white color on #BE4D00 background.