COLOR #BE9472

HEX: #BE9472
RGB: (190,148,114)

Color info

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

RGB color model

#BE9472 color RGB value is (190,148,114).

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

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 114 of 255 = 45%

190
148
114

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

Portions of RGB colors in percentages

R + G + B =
190 + 148 + 114 = 452 (100%)
R 190 of 452 ~ 42.04%
G 148 of 452 ~ 32.74%
B 114 of 452 ~ 25.22%

%42.04
%32.74
%25.22

CMYK color model

#BE9472 color CMYK value is (0,22,40,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 40.00%
  • key color value is 25.49%
CMYK:
(0,22,40,25)
C0M22Y40K25 
(0%,22%,40%,25%)
(0.00/0.22/0.40/0.25)	

CMYK percentages

%0
%22.11
%40
%25.49

Codes

Color #BE9472 in popluar color models

BE9472
RGB190148114
HSL27°36.89%59.61%
HSB/HSV27°40.00%74.51%
CMYK0.00%22.11%40.00%
25.49%

Color #BE9472 in popluar number systems.

HEXBE9472
Decimal190148114
Binary10111110100101001110010
Octal276224162

Shades and tints

Shades of #BE9472

#BE9472
(190,148,114)
#AD8768
(173,135,104)
#9C7A5E
(156,122,94)
#8B6D54
(139,109,84)
#7A604A
(122,96,74)
#695340
(105,83,64)
#584636
(88,70,54)
#47392C
(71,57,44)
#362C22
(54,44,34)
#251F18
(37,31,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #BE9472

#BE9472
(190,148,114)
#C39D7E
(195,157,126)
#C8A68A
(200,166,138)
#CDAF96
(205,175,150)
#D2B8A2
(210,184,162)
#D7C1AE
(215,193,174)
#DCCABA
(220,202,186)
#E1D3C6
(225,211,198)
#E6DCD2
(230,220,210)
#EBE5DE
(235,229,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9472; }

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

This text font color is #BE9472.


Background Color

.myBgColor { background-color: #BE9472; }

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

This div background color is #BE9472.


Border color

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

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

This div border color is #BE9472.


Opacity

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

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

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

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

This text has shadow with #BE9472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9472 on black background.


Color preview on white background

This text has color #BE9472 on white background.



Black color preview on #BE9472 background

This text has black color on #BE9472 background.


White color preview on #BE9472 background

This text has white color on #BE9472 background.