COLOR #BE6F32

HEX: #BE6F32
RGB: (190,111,50)

Color info

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

RGB color model

#BE6F32 color RGB value is (190,111,50).

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

RGB channels and saturation

R 190 of 255 = 75%
G 111 of 255 = 44%
B 50 of 255 = 20%

190
111
50

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

Portions of RGB colors in percentages

R + G + B =
190 + 111 + 50 = 351 (100%)
R 190 of 351 ~ 54.13%
G 111 of 351 ~ 31.62%
B 50 of 351 ~ 14.25%

%54.13
%31.62
%14.25

CMYK color model

#BE6F32 color CMYK value is (0,42,74,25).

  • cyan value is 0.00%
  • magenta value is 41.58%
  • yellow value is 73.68%
  • key color value is 25.49%
CMYK:
(0,42,74,25)
C0M42Y74K25 
(0%,42%,74%,25%)
(0.00/0.42/0.74/0.25)	

CMYK percentages

%0
%41.58
%73.68
%25.49

Codes

Color #BE6F32 in popluar color models

BE6F32
RGB19011150
HSL26°58.33%47.06%
HSB/HSV26°73.68%74.51%
CMYK0.00%41.58%73.68%
25.49%

Color #BE6F32 in popluar number systems.

HEXBE6F32
Decimal19011150
Binary101111101101111110010
Octal27615762

Shades and tints

Shades of #BE6F32

#BE6F32
(190,111,50)
#AD652E
(173,101,46)
#9C5B2A
(156,91,42)
#8B5126
(139,81,38)
#7A4722
(122,71,34)
#693D1E
(105,61,30)
#58331A
(88,51,26)
#472916
(71,41,22)
#361F12
(54,31,18)
#25150E
(37,21,14)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #BE6F32

#BE6F32
(190,111,50)
#C37C44
(195,124,68)
#C88956
(200,137,86)
#CD9668
(205,150,104)
#D2A37A
(210,163,122)
#D7B08C
(215,176,140)
#DCBD9E
(220,189,158)
#E1CAB0
(225,202,176)
#E6D7C2
(230,215,194)
#EBE4D4
(235,228,212)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6F32; }

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

This text font color is #BE6F32.


Background Color

.myBgColor { background-color: #BE6F32; }

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

This div background color is #BE6F32.


Border color

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

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

This div border color is #BE6F32.


Opacity

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

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

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

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

This text has shadow with #BE6F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6F32 on black background.


Color preview on white background

This text has color #BE6F32 on white background.



Black color preview on #BE6F32 background

This text has black color on #BE6F32 background.


White color preview on #BE6F32 background

This text has white color on #BE6F32 background.