COLOR #BE9578

HEX: #BE9578
RGB: (190,149,120)

Color info

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

RGB color model

#BE9578 color RGB value is (190,149,120).

  • red value is 190;
  • green value is 149;
  • blue value is 120.
RGB:
(190,149,120)
(75%,58%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 149 of 255 = 58%
B 120 of 255 = 47%

190
149
120

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

Portions of RGB colors in percentages

R + G + B =
190 + 149 + 120 = 459 (100%)
R 190 of 459 ~ 41.39%
G 149 of 459 ~ 32.46%
B 120 of 459 ~ 26.14%

%41.39
%32.46
%26.14

CMYK color model

#BE9578 color CMYK value is (0,22,37,25).

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 36.84%
  • key color value is 25.49%
CMYK:
(0,22,37,25)
C0M22Y37K25 
(0%,22%,37%,25%)
(0.00/0.22/0.37/0.25)	

CMYK percentages

%0
%21.58
%36.84
%25.49

Codes

Color #BE9578 in popluar color models

BE9578
RGB190149120
HSL25°35.00%60.78%
HSB/HSV25°36.84%74.51%
CMYK0.00%21.58%36.84%
25.49%

Color #BE9578 in popluar number systems.

HEXBE9578
Decimal190149120
Binary10111110100101011111000
Octal276225170

Shades and tints

Shades of #BE9578

#BE9578
(190,149,120)
#AD886E
(173,136,110)
#9C7B64
(156,123,100)
#8B6E5A
(139,110,90)
#7A6150
(122,97,80)
#695446
(105,84,70)
#58473C
(88,71,60)
#473A32
(71,58,50)
#362D28
(54,45,40)
#25201E
(37,32,30)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BE9578

#BE9578
(190,149,120)
#C39E84
(195,158,132)
#C8A790
(200,167,144)
#CDB09C
(205,176,156)
#D2B9A8
(210,185,168)
#D7C2B4
(215,194,180)
#DCCBC0
(220,203,192)
#E1D4CC
(225,212,204)
#E6DDD8
(230,221,216)
#EBE6E4
(235,230,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9578 color. Also use rgb(190,149,120) instead hex code.

Text Font Color

.myTextColor { color: #BE9578; }

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

This text font color is #BE9578.


Background Color

.myBgColor { background-color: #BE9578; }

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

This div background color is #BE9578.


Border color

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

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

This div border color is #BE9578.


Opacity

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

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

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

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

This text has shadow with #BE9578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9578 on black background.


Color preview on white background

This text has color #BE9578 on white background.



Black color preview on #BE9578 background

This text has black color on #BE9578 background.


White color preview on #BE9578 background

This text has white color on #BE9578 background.