COLOR #BE8209

HEX: #BE8209
RGB: (190,130,9)

Color info

#BE8209 contains mainly red color. Web safe color of #BE8209 is #CC9900 (or #C90).

RGB color model

#BE8209 color RGB value is (190,130,9).

  • red value is 190;
  • green value is 130;
  • blue value is 9.
RGB:
(190,130,9)
(75%,51%,4%)

RGB channels and saturation

R 190 of 255 = 75%
G 130 of 255 = 51%
B 9 of 255 = 4%

190
130
9

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

Portions of RGB colors in percentages

R + G + B =
190 + 130 + 9 = 329 (100%)
R 190 of 329 ~ 57.75%
G 130 of 329 ~ 39.51%
B 9 of 329 ~ 2.74%

%57.75
%39.51

CMYK color model

#BE8209 color CMYK value is (0,32,95,25).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 95.26%
  • key color value is 25.49%
CMYK:
(0,32,95,25)
C0M32Y95K25 
(0%,32%,95%,25%)
(0.00/0.32/0.95/0.25)	

CMYK percentages

%0
%31.58
%95.26
%25.49

Codes

Color #BE8209 in popluar color models

BE8209
RGB1901309
HSL40°90.95%39.02%
HSB/HSV40°95.26%74.51%
CMYK0.00%31.58%95.26%
25.49%

Color #BE8209 in popluar number systems.

HEXBE8209
Decimal1901309
Binary10111110100000101001
Octal27620211

Shades and tints

Shades of #BE8209

#BE8209
(190,130,9)
#AD7709
(173,119,9)
#9C6C09
(156,108,9)
#8B6109
(139,97,9)
#7A5609
(122,86,9)
#694B09
(105,75,9)
#584009
(88,64,9)
#473509
(71,53,9)
#362A09
(54,42,9)
#251F09
(37,31,9)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #BE8209

#BE8209
(190,130,9)
#C38D1F
(195,141,31)
#C89835
(200,152,53)
#CDA34B
(205,163,75)
#D2AE61
(210,174,97)
#D7B977
(215,185,119)
#DCC48D
(220,196,141)
#E1CFA3
(225,207,163)
#E6DAB9
(230,218,185)
#EBE5CF
(235,229,207)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8209 color. Also use rgb(190,130,9) instead hex code.

Text Font Color

.myTextColor { color: #BE8209; }

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

This text font color is #BE8209.


Background Color

.myBgColor { background-color: #BE8209; }

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

This div background color is #BE8209.


Border color

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

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

This div border color is #BE8209.


Opacity

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

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

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

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

This text has shadow with #BE8209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8209 on black background.


Color preview on white background

This text has color #BE8209 on white background.



Black color preview on #BE8209 background

This text has black color on #BE8209 background.


White color preview on #BE8209 background

This text has white color on #BE8209 background.