COLOR #BE6932

HEX: #BE6932
RGB: (190,105,50)

Color info

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

RGB color model

#BE6932 color RGB value is (190,105,50).

  • red value is 190;
  • green value is 105;
  • blue value is 50.
RGB:
(190,105,50)
(75%,41%,20%)

RGB channels and saturation

R 190 of 255 = 75%
G 105 of 255 = 41%
B 50 of 255 = 20%

190
105
50

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

Portions of RGB colors in percentages

R + G + B =
190 + 105 + 50 = 345 (100%)
R 190 of 345 ~ 55.07%
G 105 of 345 ~ 30.43%
B 50 of 345 ~ 14.49%

%55.07
%30.43
%14.49

CMYK color model

#BE6932 color CMYK value is (0,45,74,25).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 73.68%
  • key color value is 25.49%
CMYK:
(0,45,74,25)
C0M45Y74K25 
(0%,45%,74%,25%)
(0.00/0.45/0.74/0.25)	

CMYK percentages

%0
%44.74
%73.68
%25.49

Codes

Color #BE6932 in popluar color models

BE6932
RGB19010550
HSL24°58.33%47.06%
HSB/HSV24°73.68%74.51%
CMYK0.00%44.74%73.68%
25.49%

Color #BE6932 in popluar number systems.

HEXBE6932
Decimal19010550
Binary101111101101001110010
Octal27615162

Shades and tints

Shades of #BE6932

#BE6932
(190,105,50)
#AD602E
(173,96,46)
#9C572A
(156,87,42)
#8B4E26
(139,78,38)
#7A4522
(122,69,34)
#693C1E
(105,60,30)
#58331A
(88,51,26)
#472A16
(71,42,22)
#362112
(54,33,18)
#25180E
(37,24,14)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #BE6932

#BE6932
(190,105,50)
#C37644
(195,118,68)
#C88356
(200,131,86)
#CD9068
(205,144,104)
#D29D7A
(210,157,122)
#D7AA8C
(215,170,140)
#DCB79E
(220,183,158)
#E1C4B0
(225,196,176)
#E6D1C2
(230,209,194)
#EBDED4
(235,222,212)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6932 color. Also use rgb(190,105,50) instead hex code.

Text Font Color

.myTextColor { color: #BE6932; }

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

This text font color is #BE6932.


Background Color

.myBgColor { background-color: #BE6932; }

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

This div background color is #BE6932.


Border color

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

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

This div border color is #BE6932.


Opacity

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

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

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

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

This text has shadow with #BE6932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6932 on black background.


Color preview on white background

This text has color #BE6932 on white background.



Black color preview on #BE6932 background

This text has black color on #BE6932 background.


White color preview on #BE6932 background

This text has white color on #BE6932 background.