COLOR #BE9461

HEX: #BE9461
RGB: (190,148,97)

Color info

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

RGB color model

#BE9461 color RGB value is (190,148,97).

  • red value is 190;
  • green value is 148;
  • blue value is 97.
RGB:
(190,148,97)
(75%,58%,38%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 97 of 255 = 38%

190
148
97

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

Portions of RGB colors in percentages

R + G + B =
190 + 148 + 97 = 435 (100%)
R 190 of 435 ~ 43.68%
G 148 of 435 ~ 34.02%
B 97 of 435 ~ 22.3%

%43.68
%34.02
%22.3

CMYK color model

#BE9461 color CMYK value is (0,22,49,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 48.95%
  • key color value is 25.49%
CMYK:
(0,22,49,25)
C0M22Y49K25 
(0%,22%,49%,25%)
(0.00/0.22/0.49/0.25)	

CMYK percentages

%0
%22.11
%48.95
%25.49

Codes

Color #BE9461 in popluar color models

BE9461
RGB19014897
HSL33°41.70%56.27%
HSB/HSV33°48.95%74.51%
CMYK0.00%22.11%48.95%
25.49%

Color #BE9461 in popluar number systems.

HEXBE9461
Decimal19014897
Binary10111110100101001100001
Octal276224141

Shades and tints

Shades of #BE9461

#BE9461
(190,148,97)
#AD8759
(173,135,89)
#9C7A51
(156,122,81)
#8B6D49
(139,109,73)
#7A6041
(122,96,65)
#695339
(105,83,57)
#584631
(88,70,49)
#473929
(71,57,41)
#362C21
(54,44,33)
#251F19
(37,31,25)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BE9461

#BE9461
(190,148,97)
#C39D6F
(195,157,111)
#C8A67D
(200,166,125)
#CDAF8B
(205,175,139)
#D2B899
(210,184,153)
#D7C1A7
(215,193,167)
#DCCAB5
(220,202,181)
#E1D3C3
(225,211,195)
#E6DCD1
(230,220,209)
#EBE5DF
(235,229,223)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9461 color. Also use rgb(190,148,97) instead hex code.

Text Font Color

.myTextColor { color: #BE9461; }

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

This text font color is #BE9461.


Background Color

.myBgColor { background-color: #BE9461; }

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

This div background color is #BE9461.


Border color

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

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

This div border color is #BE9461.


Opacity

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

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

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

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

This text has shadow with #BE9461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9461 on black background.


Color preview on white background

This text has color #BE9461 on white background.



Black color preview on #BE9461 background

This text has black color on #BE9461 background.


White color preview on #BE9461 background

This text has white color on #BE9461 background.