COLOR #BE917F

HEX: #BE917F
RGB: (190,145,127)

Color info

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

RGB color model

#BE917F color RGB value is (190,145,127).

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

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 127 of 255 = 50%

190
145
127

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

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 127 = 462 (100%)
R 190 of 462 ~ 41.13%
G 145 of 462 ~ 31.39%
B 127 of 462 ~ 27.49%

%41.13
%31.39
%27.49

CMYK color model

#BE917F color CMYK value is (0,24,33,25).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 33.16%
  • key color value is 25.49%
CMYK:
(0,24,33,25)
C0M24Y33K25 
(0%,24%,33%,25%)
(0.00/0.24/0.33/0.25)	

CMYK percentages

%0
%23.68
%33.16
%25.49

Codes

Color #BE917F in popluar color models

BE917F
RGB190145127
HSL17°32.64%62.16%
HSB/HSV17°33.16%74.51%
CMYK0.00%23.68%33.16%
25.49%

Color #BE917F in popluar number systems.

HEXBE917F
Decimal190145127
Binary10111110100100011111111
Octal276221177

Shades and tints

Shades of #BE917F

#BE917F
(190,145,127)
#AD8474
(173,132,116)
#9C7769
(156,119,105)
#8B6A5E
(139,106,94)
#7A5D53
(122,93,83)
#695048
(105,80,72)
#58433D
(88,67,61)
#473632
(71,54,50)
#362927
(54,41,39)
#251C1C
(37,28,28)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BE917F

#BE917F
(190,145,127)
#C39B8A
(195,155,138)
#C8A595
(200,165,149)
#CDAFA0
(205,175,160)
#D2B9AB
(210,185,171)
#D7C3B6
(215,195,182)
#DCCDC1
(220,205,193)
#E1D7CC
(225,215,204)
#E6E1D7
(230,225,215)
#EBEBE2
(235,235,226)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE917F; }

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

This text font color is #BE917F.


Background Color

.myBgColor { background-color: #BE917F; }

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

This div background color is #BE917F.


Border color

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

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

This div border color is #BE917F.


Opacity

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

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

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

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

This text has shadow with #BE917F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE917F on black background.


Color preview on white background

This text has color #BE917F on white background.



Black color preview on #BE917F background

This text has black color on #BE917F background.


White color preview on #BE917F background

This text has white color on #BE917F background.