COLOR #BE9F7D

HEX: #BE9F7D
RGB: (190,159,125)

Color info

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

RGB color model

#BE9F7D color RGB value is (190,159,125).

  • red value is 190;
  • green value is 159;
  • blue value is 125.
RGB:
(190,159,125)
(75%,62%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 159 of 255 = 62%
B 125 of 255 = 49%

190
159
125

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

Portions of RGB colors in percentages

R + G + B =
190 + 159 + 125 = 474 (100%)
R 190 of 474 ~ 40.08%
G 159 of 474 ~ 33.54%
B 125 of 474 ~ 26.37%

%40.08
%33.54
%26.37

CMYK color model

#BE9F7D color CMYK value is (0,16,34,25).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 34.21%
  • key color value is 25.49%
CMYK:
(0,16,34,25)
C0M16Y34K25 
(0%,16%,34%,25%)
(0.00/0.16/0.34/0.25)	

CMYK percentages

%0
%16.32
%34.21
%25.49

Codes

Color #BE9F7D in popluar color models

BE9F7D
RGB190159125
HSL31°33.33%61.76%
HSB/HSV31°34.21%74.51%
CMYK0.00%16.32%34.21%
25.49%

Color #BE9F7D in popluar number systems.

HEXBE9F7D
Decimal190159125
Binary10111110100111111111101
Octal276237175

Shades and tints

Shades of #BE9F7D

#BE9F7D
(190,159,125)
#AD9172
(173,145,114)
#9C8367
(156,131,103)
#8B755C
(139,117,92)
#7A6751
(122,103,81)
#695946
(105,89,70)
#584B3B
(88,75,59)
#473D30
(71,61,48)
#362F25
(54,47,37)
#25211A
(37,33,26)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #BE9F7D

#BE9F7D
(190,159,125)
#C3A788
(195,167,136)
#C8AF93
(200,175,147)
#CDB79E
(205,183,158)
#D2BFA9
(210,191,169)
#D7C7B4
(215,199,180)
#DCCFBF
(220,207,191)
#E1D7CA
(225,215,202)
#E6DFD5
(230,223,213)
#EBE7E0
(235,231,224)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9F7D color. Also use rgb(190,159,125) instead hex code.

Text Font Color

.myTextColor { color: #BE9F7D; }

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

This text font color is #BE9F7D.


Background Color

.myBgColor { background-color: #BE9F7D; }

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

This div background color is #BE9F7D.


Border color

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

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

This div border color is #BE9F7D.


Opacity

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

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

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

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

This text has shadow with #BE9F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9F7D on black background.


Color preview on white background

This text has color #BE9F7D on white background.



Black color preview on #BE9F7D background

This text has black color on #BE9F7D background.


White color preview on #BE9F7D background

This text has white color on #BE9F7D background.