COLOR #BE9A7F

HEX: #BE9A7F
RGB: (190,154,127)

Color info

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

RGB color model

#BE9A7F color RGB value is (190,154,127).

  • red value is 190;
  • green value is 154;
  • blue value is 127.
RGB:
(190,154,127)
(75%,60%,50%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 127 of 255 = 50%

190
154
127

R + G + B ~ 62%. #BE9A7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 154 + 127 = 471 (100%)
R 190 of 471 ~ 40.34%
G 154 of 471 ~ 32.7%
B 127 of 471 ~ 26.96%

%40.34
%32.7
%26.96

CMYK color model

#BE9A7F color CMYK value is (0,19,33,25).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK:
(0,19,33,25)
C0M19Y33K25 
(0%,19%,33%,25%)
(0.00/0.19/0.33/0.25)	

CMYK percentages

%0
%18.95
%33.16
%25.49

Codes

Color #BE9A7F in popluar color models

BE9A7F
RGB190154127
HSL26°32.64%62.16%
HSB/HSV26°33.16%74.51%
CMYK0.00%18.95%33.16%
25.49%

Color #BE9A7F in popluar number systems.

HEXBE9A7F
Decimal190154127
Binary10111110100110101111111
Octal276232177

Shades and tints

Shades of #BE9A7F

#BE9A7F
(190,154,127)
#AD8C74
(173,140,116)
#9C7E69
(156,126,105)
#8B705E
(139,112,94)
#7A6253
(122,98,83)
#695448
(105,84,72)
#58463D
(88,70,61)
#473832
(71,56,50)
#362A27
(54,42,39)
#251C1C
(37,28,28)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #BE9A7F

#BE9A7F
(190,154,127)
#C3A38A
(195,163,138)
#C8AC95
(200,172,149)
#CDB5A0
(205,181,160)
#D2BEAB
(210,190,171)
#D7C7B6
(215,199,182)
#DCD0C1
(220,208,193)
#E1D9CC
(225,217,204)
#E6E2D7
(230,226,215)
#EBEBE2
(235,235,226)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9A7F color. Also use rgb(190,154,127) instead hex code.

Text Font Color

.myTextColor { color: #BE9A7F; }

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

This text font color is #BE9A7F.


Background Color

.myBgColor { background-color: #BE9A7F; }

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

This div background color is #BE9A7F.


Border color

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

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

This div border color is #BE9A7F.


Opacity

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

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

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

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

This text has shadow with #BE9A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9A7F on black background.


Color preview on white background

This text has color #BE9A7F on white background.



Black color preview on #BE9A7F background

This text has black color on #BE9A7F background.


White color preview on #BE9A7F background

This text has white color on #BE9A7F background.