COLOR #BE5611

HEX: #BE5611
RGB: (190,86,17)

Color info

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

RGB color model

#BE5611 color RGB value is (190,86,17).

  • red value is 190;
  • green value is 86;
  • blue value is 17.
RGB:
(190,86,17)
(75%,34%,7%)

RGB channels and saturation

R 190 of 255 = 75%
G 86 of 255 = 34%
B 17 of 255 = 7%

190
86
17

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

Portions of RGB colors in percentages

R + G + B =
190 + 86 + 17 = 293 (100%)
R 190 of 293 ~ 64.85%
G 86 of 293 ~ 29.35%
B 17 of 293 ~ 5.8%

%64.85
%29.35

CMYK color model

#BE5611 color CMYK value is (0,55,91,25).

  • cyan value is 0.00%
  • magenta value is 54.74%
  • yellow value is 91.05%
  • key color value is 25.49%
CMYK:
(0,55,91,25)
C0M55Y91K25 
(0%,55%,91%,25%)
(0.00/0.55/0.91/0.25)	

CMYK percentages

%0
%54.74
%91.05
%25.49

Codes

Color #BE5611 in popluar color models

BE5611
RGB1908617
HSL24°83.57%40.59%
HSB/HSV24°91.05%74.51%
CMYK0.00%54.74%91.05%
25.49%

Color #BE5611 in popluar number systems.

HEXBE5611
Decimal1908617
Binary10111110101011010001
Octal27612621

Shades and tints

Shades of #BE5611

#BE5611
(190,86,17)
#AD4F10
(173,79,16)
#9C480F
(156,72,15)
#8B410E
(139,65,14)
#7A3A0D
(122,58,13)
#69330C
(105,51,12)
#582C0B
(88,44,11)
#47250A
(71,37,10)
#361E09
(54,30,9)
#251708
(37,23,8)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #BE5611

#BE5611
(190,86,17)
#C36526
(195,101,38)
#C8743B
(200,116,59)
#CD8350
(205,131,80)
#D29265
(210,146,101)
#D7A17A
(215,161,122)
#DCB08F
(220,176,143)
#E1BFA4
(225,191,164)
#E6CEB9
(230,206,185)
#EBDDCE
(235,221,206)
#F0ECE3
(240,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE5611 color. Also use rgb(190,86,17) instead hex code.

Text Font Color

.myTextColor { color: #BE5611; }

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

This text font color is #BE5611.


Background Color

.myBgColor { background-color: #BE5611; }

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

This div background color is #BE5611.


Border color

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

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

This div border color is #BE5611.


Opacity

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

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

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

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

This text has shadow with #BE5611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE5611 on black background.


Color preview on white background

This text has color #BE5611 on white background.



Black color preview on #BE5611 background

This text has black color on #BE5611 background.


White color preview on #BE5611 background

This text has white color on #BE5611 background.