COLOR #BE6912

HEX: #BE6912
RGB: (190,105,18)

Color info

#BE6912 contains mainly red color. Web safe color of #BE6912 is #CC6600 (or #C60).

RGB color model

#BE6912 color RGB value is (190,105,18).

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

RGB channels and saturation

R 190 of 255 = 75%
G 105 of 255 = 41%
B 18 of 255 = 7%

190
105
18

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

Portions of RGB colors in percentages

R + G + B =
190 + 105 + 18 = 313 (100%)
R 190 of 313 ~ 60.7%
G 105 of 313 ~ 33.55%
B 18 of 313 ~ 5.75%

%60.7
%33.55

CMYK color model

#BE6912 color CMYK value is (0,45,91,25).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 90.53%
  • key color value is 25.49%
CMYK:
(0,45,91,25)
C0M45Y91K25 
(0%,45%,91%,25%)
(0.00/0.45/0.91/0.25)	

CMYK percentages

%0
%44.74
%90.53
%25.49

Codes

Color #BE6912 in popluar color models

BE6912
RGB19010518
HSL30°82.69%40.78%
HSB/HSV30°90.53%74.51%
CMYK0.00%44.74%90.53%
25.49%

Color #BE6912 in popluar number systems.

HEXBE6912
Decimal19010518
Binary10111110110100110010
Octal27615122

Shades and tints

Shades of #BE6912

#BE6912
(190,105,18)
#AD6011
(173,96,17)
#9C5710
(156,87,16)
#8B4E0F
(139,78,15)
#7A450E
(122,69,14)
#693C0D
(105,60,13)
#58330C
(88,51,12)
#472A0B
(71,42,11)
#36210A
(54,33,10)
#251809
(37,24,9)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #BE6912

#BE6912
(190,105,18)
#C37627
(195,118,39)
#C8833C
(200,131,60)
#CD9051
(205,144,81)
#D29D66
(210,157,102)
#D7AA7B
(215,170,123)
#DCB790
(220,183,144)
#E1C4A5
(225,196,165)
#E6D1BA
(230,209,186)
#EBDECF
(235,222,207)
#F0EBE4
(240,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6912; }

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

This text font color is #BE6912.


Background Color

.myBgColor { background-color: #BE6912; }

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

This div background color is #BE6912.


Border color

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

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

This div border color is #BE6912.


Opacity

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

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

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

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

This text has shadow with #BE6912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6912 on black background.


Color preview on white background

This text has color #BE6912 on white background.



Black color preview on #BE6912 background

This text has black color on #BE6912 background.


White color preview on #BE6912 background

This text has white color on #BE6912 background.