COLOR #BE7250

HEX: #BE7250
RGB: (190,114,80)

Color info

#BE7250 contains mainly red color. Web safe color of #BE7250 is #CC6666 (or #C66).

RGB color model

#BE7250 color RGB value is (190,114,80).

  • red value is 190;
  • green value is 114;
  • blue value is 80.
RGB:
(190,114,80)
(75%,45%,31%)

RGB channels and saturation

R 190 of 255 = 75%
G 114 of 255 = 45%
B 80 of 255 = 31%

190
114
80

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

Portions of RGB colors in percentages

R + G + B =
190 + 114 + 80 = 384 (100%)
R 190 of 384 ~ 49.48%
G 114 of 384 ~ 29.69%
B 80 of 384 ~ 20.83%

%49.48
%29.69
%20.83

CMYK color model

#BE7250 color CMYK value is (0,40,58,25).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 57.89%
  • key color value is 25.49%
CMYK:
(0,40,58,25)
C0M40Y58K25 
(0%,40%,58%,25%)
(0.00/0.40/0.58/0.25)	

CMYK percentages

%0
%40
%57.89
%25.49

Codes

Color #BE7250 in popluar color models

BE7250
RGB19011480
HSL19°45.83%52.94%
HSB/HSV19°57.89%74.51%
CMYK0.00%40.00%57.89%
25.49%

Color #BE7250 in popluar number systems.

HEXBE7250
Decimal19011480
Binary1011111011100101010000
Octal276162120

Shades and tints

Shades of #BE7250

#BE7250
(190,114,80)
#AD6849
(173,104,73)
#9C5E42
(156,94,66)
#8B543B
(139,84,59)
#7A4A34
(122,74,52)
#69402D
(105,64,45)
#583626
(88,54,38)
#472C1F
(71,44,31)
#362218
(54,34,24)
#251811
(37,24,17)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #BE7250

#BE7250
(190,114,80)
#C37E5F
(195,126,95)
#C88A6E
(200,138,110)
#CD967D
(205,150,125)
#D2A28C
(210,162,140)
#D7AE9B
(215,174,155)
#DCBAAA
(220,186,170)
#E1C6B9
(225,198,185)
#E6D2C8
(230,210,200)
#EBDED7
(235,222,215)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7250 color. Also use rgb(190,114,80) instead hex code.

Text Font Color

.myTextColor { color: #BE7250; }

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

This text font color is #BE7250.


Background Color

.myBgColor { background-color: #BE7250; }

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

This div background color is #BE7250.


Border color

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

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

This div border color is #BE7250.


Opacity

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

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

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

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

This text has shadow with #BE7250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7250 on black background.


Color preview on white background

This text has color #BE7250 on white background.



Black color preview on #BE7250 background

This text has black color on #BE7250 background.


White color preview on #BE7250 background

This text has white color on #BE7250 background.