COLOR #BE9373

HEX: #BE9373
RGB: (190,147,115)

Color info

#BE9373 contains mainly red and green colors. Web safe color of #BE9373 is #CC9966 (or #C96).

RGB color model

#BE9373 color RGB value is (190,147,115).

  • red value is 190;
  • green value is 147;
  • blue value is 115.
RGB:
(190,147,115)
(75%,58%,45%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 115 of 255 = 45%

190
147
115

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

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 115 = 452 (100%)
R 190 of 452 ~ 42.04%
G 147 of 452 ~ 32.52%
B 115 of 452 ~ 25.44%

%42.04
%32.52
%25.44

CMYK color model

#BE9373 color CMYK value is (0,23,39,25).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 39.47%
  • key color value is 25.49%
CMYK:
(0,23,39,25)
C0M23Y39K25 
(0%,23%,39%,25%)
(0.00/0.23/0.39/0.25)	

CMYK percentages

%0
%22.63
%39.47
%25.49

Codes

Color #BE9373 in popluar color models

BE9373
RGB190147115
HSL26°36.59%59.80%
HSB/HSV26°39.47%74.51%
CMYK0.00%22.63%39.47%
25.49%

Color #BE9373 in popluar number systems.

HEXBE9373
Decimal190147115
Binary10111110100100111110011
Octal276223163

Shades and tints

Shades of #BE9373

#BE9373
(190,147,115)
#AD8669
(173,134,105)
#9C795F
(156,121,95)
#8B6C55
(139,108,85)
#7A5F4B
(122,95,75)
#695241
(105,82,65)
#584537
(88,69,55)
#47382D
(71,56,45)
#362B23
(54,43,35)
#251E19
(37,30,25)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #BE9373

#BE9373
(190,147,115)
#C39C7F
(195,156,127)
#C8A58B
(200,165,139)
#CDAE97
(205,174,151)
#D2B7A3
(210,183,163)
#D7C0AF
(215,192,175)
#DCC9BB
(220,201,187)
#E1D2C7
(225,210,199)
#E6DBD3
(230,219,211)
#EBE4DF
(235,228,223)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9373 color. Also use rgb(190,147,115) instead hex code.

Text Font Color

.myTextColor { color: #BE9373; }

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

This text font color is #BE9373.


Background Color

.myBgColor { background-color: #BE9373; }

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

This div background color is #BE9373.


Border color

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

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

This div border color is #BE9373.


Opacity

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

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

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

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

This text has shadow with #BE9373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9373 on black background.


Color preview on white background

This text has color #BE9373 on white background.



Black color preview on #BE9373 background

This text has black color on #BE9373 background.


White color preview on #BE9373 background

This text has white color on #BE9373 background.