COLOR #BE671E

HEX: #BE671E
RGB: (190,103,30)

Color info

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

RGB color model

#BE671E color RGB value is (190,103,30).

  • red value is 190;
  • green value is 103;
  • blue value is 30.
RGB:
(190,103,30)
(75%,40%,12%)

RGB channels and saturation

R 190 of 255 = 75%
G 103 of 255 = 40%
B 30 of 255 = 12%

190
103
30

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

Portions of RGB colors in percentages

R + G + B =
190 + 103 + 30 = 323 (100%)
R 190 of 323 ~ 58.82%
G 103 of 323 ~ 31.89%
B 30 of 323 ~ 9.29%

%58.82
%31.89

CMYK color model

#BE671E color CMYK value is (0,46,84,25).

  • cyan value is 0.00%
  • magenta value is 45.79%
  • yellow value is 84.21%
  • key color value is 25.49%
CMYK:
(0,46,84,25)
C0M46Y84K25 
(0%,46%,84%,25%)
(0.00/0.46/0.84/0.25)	

CMYK percentages

%0
%45.79
%84.21
%25.49

Codes

Color #BE671E in popluar color models

BE671E
RGB19010330
HSL27°72.73%43.14%
HSB/HSV27°84.21%74.51%
CMYK0.00%45.79%84.21%
25.49%

Color #BE671E in popluar number systems.

HEXBE671E
Decimal19010330
Binary10111110110011111110
Octal27614736

Shades and tints

Shades of #BE671E

#BE671E
(190,103,30)
#AD5E1C
(173,94,28)
#9C551A
(156,85,26)
#8B4C18
(139,76,24)
#7A4316
(122,67,22)
#693A14
(105,58,20)
#583112
(88,49,18)
#472810
(71,40,16)
#361F0E
(54,31,14)
#25160C
(37,22,12)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #BE671E

#BE671E
(190,103,30)
#C37432
(195,116,50)
#C88146
(200,129,70)
#CD8E5A
(205,142,90)
#D29B6E
(210,155,110)
#D7A882
(215,168,130)
#DCB596
(220,181,150)
#E1C2AA
(225,194,170)
#E6CFBE
(230,207,190)
#EBDCD2
(235,220,210)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE671E color. Also use rgb(190,103,30) instead hex code.

Text Font Color

.myTextColor { color: #BE671E; }

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

This text font color is #BE671E.


Background Color

.myBgColor { background-color: #BE671E; }

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

This div background color is #BE671E.


Border color

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

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

This div border color is #BE671E.


Opacity

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

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

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

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

This text has shadow with #BE671E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE671E on black background.


Color preview on white background

This text has color #BE671E on white background.



Black color preview on #BE671E background

This text has black color on #BE671E background.


White color preview on #BE671E background

This text has white color on #BE671E background.