COLOR #BE7938

HEX: #BE7938
RGB: (190,121,56)

Color info

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

RGB color model

#BE7938 color RGB value is (190,121,56).

  • red value is 190;
  • green value is 121;
  • blue value is 56.
RGB:
(190,121,56)
(75%,47%,22%)

RGB channels and saturation

R 190 of 255 = 75%
G 121 of 255 = 47%
B 56 of 255 = 22%

190
121
56

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

Portions of RGB colors in percentages

R + G + B =
190 + 121 + 56 = 367 (100%)
R 190 of 367 ~ 51.77%
G 121 of 367 ~ 32.97%
B 56 of 367 ~ 15.26%

%51.77
%32.97
%15.26

CMYK color model

#BE7938 color CMYK value is (0,36,71,25).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 70.53%
  • key color value is 25.49%
CMYK:
(0,36,71,25)
C0M36Y71K25 
(0%,36%,71%,25%)
(0.00/0.36/0.71/0.25)	

CMYK percentages

%0
%36.32
%70.53
%25.49

Codes

Color #BE7938 in popluar color models

BE7938
RGB19012156
HSL29°54.47%48.24%
HSB/HSV29°70.53%74.51%
CMYK0.00%36.32%70.53%
25.49%

Color #BE7938 in popluar number systems.

HEXBE7938
Decimal19012156
Binary101111101111001111000
Octal27617170

Shades and tints

Shades of #BE7938

#BE7938
(190,121,56)
#AD6E33
(173,110,51)
#9C632E
(156,99,46)
#8B5829
(139,88,41)
#7A4D24
(122,77,36)
#69421F
(105,66,31)
#58371A
(88,55,26)
#472C15
(71,44,21)
#362110
(54,33,16)
#25160B
(37,22,11)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #BE7938

#BE7938
(190,121,56)
#C3854A
(195,133,74)
#C8915C
(200,145,92)
#CD9D6E
(205,157,110)
#D2A980
(210,169,128)
#D7B592
(215,181,146)
#DCC1A4
(220,193,164)
#E1CDB6
(225,205,182)
#E6D9C8
(230,217,200)
#EBE5DA
(235,229,218)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7938 color. Also use rgb(190,121,56) instead hex code.

Text Font Color

.myTextColor { color: #BE7938; }

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

This text font color is #BE7938.


Background Color

.myBgColor { background-color: #BE7938; }

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

This div background color is #BE7938.


Border color

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

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

This div border color is #BE7938.


Opacity

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

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

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

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

This text has shadow with #BE7938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7938 on black background.


Color preview on white background

This text has color #BE7938 on white background.



Black color preview on #BE7938 background

This text has black color on #BE7938 background.


White color preview on #BE7938 background

This text has white color on #BE7938 background.