COLOR #BE851D

HEX: #BE851D
RGB: (190,133,29)

Color info

#BE851D contains mainly red and green colors. Web safe color of #BE851D is #CC9933 (or #C93).

RGB color model

#BE851D color RGB value is (190,133,29).

  • red value is 190;
  • green value is 133;
  • blue value is 29.
RGB:
(190,133,29)
(75%,52%,11%)

RGB channels and saturation

R 190 of 255 = 75%
G 133 of 255 = 52%
B 29 of 255 = 11%

190
133
29

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

Portions of RGB colors in percentages

R + G + B =
190 + 133 + 29 = 352 (100%)
R 190 of 352 ~ 53.98%
G 133 of 352 ~ 37.78%
B 29 of 352 ~ 8.24%

%53.98
%37.78

CMYK color model

#BE851D color CMYK value is (0,30,85,25).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 84.74%
  • key color value is 25.49%
CMYK:
(0,30,85,25)
C0M30Y85K25 
(0%,30%,85%,25%)
(0.00/0.30/0.85/0.25)	

CMYK percentages

%0
%30
%84.74
%25.49

Codes

Color #BE851D in popluar color models

BE851D
RGB19013329
HSL39°73.52%42.94%
HSB/HSV39°84.74%74.51%
CMYK0.00%30.00%84.74%
25.49%

Color #BE851D in popluar number systems.

HEXBE851D
Decimal19013329
Binary101111101000010111101
Octal27620535

Shades and tints

Shades of #BE851D

#BE851D
(190,133,29)
#AD791B
(173,121,27)
#9C6D19
(156,109,25)
#8B6117
(139,97,23)
#7A5515
(122,85,21)
#694913
(105,73,19)
#583D11
(88,61,17)
#47310F
(71,49,15)
#36250D
(54,37,13)
#25190B
(37,25,11)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #BE851D

#BE851D
(190,133,29)
#C39031
(195,144,49)
#C89B45
(200,155,69)
#CDA659
(205,166,89)
#D2B16D
(210,177,109)
#D7BC81
(215,188,129)
#DCC795
(220,199,149)
#E1D2A9
(225,210,169)
#E6DDBD
(230,221,189)
#EBE8D1
(235,232,209)
#F0F3E5
(240,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE851D color. Also use rgb(190,133,29) instead hex code.

Text Font Color

.myTextColor { color: #BE851D; }

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

This text font color is #BE851D.


Background Color

.myBgColor { background-color: #BE851D; }

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

This div background color is #BE851D.


Border color

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

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

This div border color is #BE851D.


Opacity

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

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

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

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

This text has shadow with #BE851D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE851D on black background.


Color preview on white background

This text has color #BE851D on white background.



Black color preview on #BE851D background

This text has black color on #BE851D background.


White color preview on #BE851D background

This text has white color on #BE851D background.