COLOR #BE9876

HEX: #BE9876
RGB: (190,152,118)

Color info

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

RGB color model

#BE9876 color RGB value is (190,152,118).

  • red value is 190;
  • green value is 152;
  • blue value is 118.
RGB:
(190,152,118)
(75%,60%,46%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 118 of 255 = 46%

190
152
118

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

Portions of RGB colors in percentages

R + G + B =
190 + 152 + 118 = 460 (100%)
R 190 of 460 ~ 41.3%
G 152 of 460 ~ 33.04%
B 118 of 460 ~ 25.65%

%41.3
%33.04
%25.65

CMYK color model

#BE9876 color CMYK value is (0,20,38,25).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 37.89%
  • key color value is 25.49%
CMYK:
(0,20,38,25)
C0M20Y38K25 
(0%,20%,38%,25%)
(0.00/0.20/0.38/0.25)	

CMYK percentages

%0
%20
%37.89
%25.49

Codes

Color #BE9876 in popluar color models

BE9876
RGB190152118
HSL28°35.64%60.39%
HSB/HSV28°37.89%74.51%
CMYK0.00%20.00%37.89%
25.49%

Color #BE9876 in popluar number systems.

HEXBE9876
Decimal190152118
Binary10111110100110001110110
Octal276230166

Shades and tints

Shades of #BE9876

#BE9876
(190,152,118)
#AD8B6C
(173,139,108)
#9C7E62
(156,126,98)
#8B7158
(139,113,88)
#7A644E
(122,100,78)
#695744
(105,87,68)
#584A3A
(88,74,58)
#473D30
(71,61,48)
#363026
(54,48,38)
#25231C
(37,35,28)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BE9876

#BE9876
(190,152,118)
#C3A182
(195,161,130)
#C8AA8E
(200,170,142)
#CDB39A
(205,179,154)
#D2BCA6
(210,188,166)
#D7C5B2
(215,197,178)
#DCCEBE
(220,206,190)
#E1D7CA
(225,215,202)
#E6E0D6
(230,224,214)
#EBE9E2
(235,233,226)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9876 color. Also use rgb(190,152,118) instead hex code.

Text Font Color

.myTextColor { color: #BE9876; }

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

This text font color is #BE9876.


Background Color

.myBgColor { background-color: #BE9876; }

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

This div background color is #BE9876.


Border color

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

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

This div border color is #BE9876.


Opacity

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

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

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

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

This text has shadow with #BE9876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9876 on black background.


Color preview on white background

This text has color #BE9876 on white background.



Black color preview on #BE9876 background

This text has black color on #BE9876 background.


White color preview on #BE9876 background

This text has white color on #BE9876 background.