COLOR #BE7831

HEX: #BE7831
RGB: (190,120,49)

Color info

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

RGB color model

#BE7831 color RGB value is (190,120,49).

  • red value is 190;
  • green value is 120;
  • blue value is 49.
RGB:
(190,120,49)
(75%,47%,19%)

RGB channels and saturation

R 190 of 255 = 75%
G 120 of 255 = 47%
B 49 of 255 = 19%

190
120
49

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

Portions of RGB colors in percentages

R + G + B =
190 + 120 + 49 = 359 (100%)
R 190 of 359 ~ 52.92%
G 120 of 359 ~ 33.43%
B 49 of 359 ~ 13.65%

%52.92
%33.43
%13.65

CMYK color model

#BE7831 color CMYK value is (0,37,74,25).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 74.21%
  • key color value is 25.49%
CMYK:
(0,37,74,25)
C0M37Y74K25 
(0%,37%,74%,25%)
(0.00/0.37/0.74/0.25)	

CMYK percentages

%0
%36.84
%74.21
%25.49

Codes

Color #BE7831 in popluar color models

BE7831
RGB19012049
HSL30°59.00%46.86%
HSB/HSV30°74.21%74.51%
CMYK0.00%36.84%74.21%
25.49%

Color #BE7831 in popluar number systems.

HEXBE7831
Decimal19012049
Binary101111101111000110001
Octal27617061

Shades and tints

Shades of #BE7831

#BE7831
(190,120,49)
#AD6E2D
(173,110,45)
#9C6429
(156,100,41)
#8B5A25
(139,90,37)
#7A5021
(122,80,33)
#69461D
(105,70,29)
#583C19
(88,60,25)
#473215
(71,50,21)
#362811
(54,40,17)
#251E0D
(37,30,13)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #BE7831

#BE7831
(190,120,49)
#C38443
(195,132,67)
#C89055
(200,144,85)
#CD9C67
(205,156,103)
#D2A879
(210,168,121)
#D7B48B
(215,180,139)
#DCC09D
(220,192,157)
#E1CCAF
(225,204,175)
#E6D8C1
(230,216,193)
#EBE4D3
(235,228,211)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7831 color. Also use rgb(190,120,49) instead hex code.

Text Font Color

.myTextColor { color: #BE7831; }

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

This text font color is #BE7831.


Background Color

.myBgColor { background-color: #BE7831; }

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

This div background color is #BE7831.


Border color

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

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

This div border color is #BE7831.


Opacity

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

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

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

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

This text has shadow with #BE7831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7831 on black background.


Color preview on white background

This text has color #BE7831 on white background.



Black color preview on #BE7831 background

This text has black color on #BE7831 background.


White color preview on #BE7831 background

This text has white color on #BE7831 background.