COLOR #BE9580

HEX: #BE9580
RGB: (190,149,128)

Color info

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

RGB color model

#BE9580 color RGB value is (190,149,128).

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

RGB channels and saturation

R 190 of 255 = 75%
G 149 of 255 = 58%
B 128 of 255 = 50%

190
149
128

R + G + B ~ 61%. #BE9580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 149 + 128 = 467 (100%)
R 190 of 467 ~ 40.69%
G 149 of 467 ~ 31.91%
B 128 of 467 ~ 27.41%

%40.69
%31.91
%27.41

CMYK color model

#BE9580 color CMYK value is (0,22,33,25).

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 32.63%
  • key color value is 25.49%
CMYK:
(0,22,33,25)
C0M22Y33K25 
(0%,22%,33%,25%)
(0.00/0.22/0.33/0.25)	

CMYK percentages

%0
%21.58
%32.63
%25.49

Codes

Color #BE9580 in popluar color models

BE9580
RGB190149128
HSL20°32.29%62.35%
HSB/HSV20°32.63%74.51%
CMYK0.00%21.58%32.63%
25.49%

Color #BE9580 in popluar number systems.

HEXBE9580
Decimal190149128
Binary101111101001010110000000
Octal276225200

Shades and tints

Shades of #BE9580

#BE9580
(190,149,128)
#AD8875
(173,136,117)
#9C7B6A
(156,123,106)
#8B6E5F
(139,110,95)
#7A6154
(122,97,84)
#695449
(105,84,73)
#58473E
(88,71,62)
#473A33
(71,58,51)
#362D28
(54,45,40)
#25201D
(37,32,29)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BE9580

#BE9580
(190,149,128)
#C39E8B
(195,158,139)
#C8A796
(200,167,150)
#CDB0A1
(205,176,161)
#D2B9AC
(210,185,172)
#D7C2B7
(215,194,183)
#DCCBC2
(220,203,194)
#E1D4CD
(225,212,205)
#E6DDD8
(230,221,216)
#EBE6E3
(235,230,227)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9580; }

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

This text font color is #BE9580.


Background Color

.myBgColor { background-color: #BE9580; }

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

This div background color is #BE9580.


Border color

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

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

This div border color is #BE9580.


Opacity

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

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

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

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

This text has shadow with #BE9580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9580 on black background.


Color preview on white background

This text has color #BE9580 on white background.



Black color preview on #BE9580 background

This text has black color on #BE9580 background.


White color preview on #BE9580 background

This text has white color on #BE9580 background.