COLOR #BE8027

HEX: #BE8027
RGB: (190,128,39)

Color info

#BE8027 contains mainly red color. Web safe color of #BE8027 is #CC6633 (or #C63).

RGB color model

#BE8027 color RGB value is (190,128,39).

  • red value is 190;
  • green value is 128;
  • blue value is 39.
RGB:
(190,128,39)
(75%,50%,15%)

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 39 of 255 = 15%

190
128
39

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

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 39 = 357 (100%)
R 190 of 357 ~ 53.22%
G 128 of 357 ~ 35.85%
B 39 of 357 ~ 10.92%

%53.22
%35.85
%10.92

CMYK color model

#BE8027 color CMYK value is (0,33,79,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 79.47%
  • key color value is 25.49%
CMYK:
(0,33,79,25)
C0M33Y79K25 
(0%,33%,79%,25%)
(0.00/0.33/0.79/0.25)	

CMYK percentages

%0
%32.63
%79.47
%25.49

Codes

Color #BE8027 in popluar color models

BE8027
RGB19012839
HSL35°65.94%44.90%
HSB/HSV35°79.47%74.51%
CMYK0.00%32.63%79.47%
25.49%

Color #BE8027 in popluar number systems.

HEXBE8027
Decimal19012839
Binary1011111010000000100111
Octal27620047

Shades and tints

Shades of #BE8027

#BE8027
(190,128,39)
#AD7524
(173,117,36)
#9C6A21
(156,106,33)
#8B5F1E
(139,95,30)
#7A541B
(122,84,27)
#694918
(105,73,24)
#583E15
(88,62,21)
#473312
(71,51,18)
#36280F
(54,40,15)
#251D0C
(37,29,12)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #BE8027

#BE8027
(190,128,39)
#C38B3A
(195,139,58)
#C8964D
(200,150,77)
#CDA160
(205,161,96)
#D2AC73
(210,172,115)
#D7B786
(215,183,134)
#DCC299
(220,194,153)
#E1CDAC
(225,205,172)
#E6D8BF
(230,216,191)
#EBE3D2
(235,227,210)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8027 color. Also use rgb(190,128,39) instead hex code.

Text Font Color

.myTextColor { color: #BE8027; }

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

This text font color is #BE8027.


Background Color

.myBgColor { background-color: #BE8027; }

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

This div background color is #BE8027.


Border color

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

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

This div border color is #BE8027.


Opacity

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

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

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

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

This text has shadow with #BE8027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8027 on black background.


Color preview on white background

This text has color #BE8027 on white background.



Black color preview on #BE8027 background

This text has black color on #BE8027 background.


White color preview on #BE8027 background

This text has white color on #BE8027 background.