COLOR #BE6524

HEX: #BE6524
RGB: (190,101,36)

Color info

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

RGB color model

#BE6524 color RGB value is (190,101,36).

  • red value is 190;
  • green value is 101;
  • blue value is 36.
RGB:
(190,101,36)
(75%,40%,14%)

RGB channels and saturation

R 190 of 255 = 75%
G 101 of 255 = 40%
B 36 of 255 = 14%

190
101
36

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

Portions of RGB colors in percentages

R + G + B =
190 + 101 + 36 = 327 (100%)
R 190 of 327 ~ 58.1%
G 101 of 327 ~ 30.89%
B 36 of 327 ~ 11.01%

%58.1
%30.89
%11.01

CMYK color model

#BE6524 color CMYK value is (0,47,81,25).

  • cyan value is 0.00%
  • magenta value is 46.84%
  • yellow value is 81.05%
  • key color value is 25.49%
CMYK:
(0,47,81,25)
C0M47Y81K25 
(0%,47%,81%,25%)
(0.00/0.47/0.81/0.25)	

CMYK percentages

%0
%46.84
%81.05
%25.49

Codes

Color #BE6524 in popluar color models

BE6524
RGB19010136
HSL25°68.14%44.31%
HSB/HSV25°81.05%74.51%
CMYK0.00%46.84%81.05%
25.49%

Color #BE6524 in popluar number systems.

HEXBE6524
Decimal19010136
Binary101111101100101100100
Octal27614544

Shades and tints

Shades of #BE6524

#BE6524
(190,101,36)
#AD5C21
(173,92,33)
#9C531E
(156,83,30)
#8B4A1B
(139,74,27)
#7A4118
(122,65,24)
#693815
(105,56,21)
#582F12
(88,47,18)
#47260F
(71,38,15)
#361D0C
(54,29,12)
#251409
(37,20,9)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #BE6524

#BE6524
(190,101,36)
#C37337
(195,115,55)
#C8814A
(200,129,74)
#CD8F5D
(205,143,93)
#D29D70
(210,157,112)
#D7AB83
(215,171,131)
#DCB996
(220,185,150)
#E1C7A9
(225,199,169)
#E6D5BC
(230,213,188)
#EBE3CF
(235,227,207)
#F0F1E2
(240,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6524 color. Also use rgb(190,101,36) instead hex code.

Text Font Color

.myTextColor { color: #BE6524; }

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

This text font color is #BE6524.


Background Color

.myBgColor { background-color: #BE6524; }

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

This div background color is #BE6524.


Border color

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

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

This div border color is #BE6524.


Opacity

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

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

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

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

This text has shadow with #BE6524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6524 on black background.


Color preview on white background

This text has color #BE6524 on white background.



Black color preview on #BE6524 background

This text has black color on #BE6524 background.


White color preview on #BE6524 background

This text has white color on #BE6524 background.