COLOR #BE6B35

HEX: #BE6B35
RGB: (190,107,53)

Color info

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

RGB color model

#BE6B35 color RGB value is (190,107,53).

  • red value is 190;
  • green value is 107;
  • blue value is 53.
RGB:
(190,107,53)
(75%,42%,21%)

RGB channels and saturation

R 190 of 255 = 75%
G 107 of 255 = 42%
B 53 of 255 = 21%

190
107
53

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

Portions of RGB colors in percentages

R + G + B =
190 + 107 + 53 = 350 (100%)
R 190 of 350 ~ 54.29%
G 107 of 350 ~ 30.57%
B 53 of 350 ~ 15.14%

%54.29
%30.57
%15.14

CMYK color model

#BE6B35 color CMYK value is (0,44,72,25).

  • cyan value is 0.00%
  • magenta value is 43.68%
  • yellow value is 72.11%
  • key color value is 25.49%
CMYK:
(0,44,72,25)
C0M44Y72K25 
(0%,44%,72%,25%)
(0.00/0.44/0.72/0.25)	

CMYK percentages

%0
%43.68
%72.11
%25.49

Codes

Color #BE6B35 in popluar color models

BE6B35
RGB19010753
HSL24°56.38%47.65%
HSB/HSV24°72.11%74.51%
CMYK0.00%43.68%72.11%
25.49%

Color #BE6B35 in popluar number systems.

HEXBE6B35
Decimal19010753
Binary101111101101011110101
Octal27615365

Shades and tints

Shades of #BE6B35

#BE6B35
(190,107,53)
#AD6231
(173,98,49)
#9C592D
(156,89,45)
#8B5029
(139,80,41)
#7A4725
(122,71,37)
#693E21
(105,62,33)
#58351D
(88,53,29)
#472C19
(71,44,25)
#362315
(54,35,21)
#251A11
(37,26,17)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #BE6B35

#BE6B35
(190,107,53)
#C37847
(195,120,71)
#C88559
(200,133,89)
#CD926B
(205,146,107)
#D29F7D
(210,159,125)
#D7AC8F
(215,172,143)
#DCB9A1
(220,185,161)
#E1C6B3
(225,198,179)
#E6D3C5
(230,211,197)
#EBE0D7
(235,224,215)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6B35 color. Also use rgb(190,107,53) instead hex code.

Text Font Color

.myTextColor { color: #BE6B35; }

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

This text font color is #BE6B35.


Background Color

.myBgColor { background-color: #BE6B35; }

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

This div background color is #BE6B35.


Border color

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

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

This div border color is #BE6B35.


Opacity

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

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

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

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

This text has shadow with #BE6B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6B35 on black background.


Color preview on white background

This text has color #BE6B35 on white background.



Black color preview on #BE6B35 background

This text has black color on #BE6B35 background.


White color preview on #BE6B35 background

This text has white color on #BE6B35 background.