COLOR #BE997F

HEX: #BE997F
RGB: (190,153,127)

Color info

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

RGB color model

#BE997F color RGB value is (190,153,127).

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

RGB channels and saturation

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

190
153
127

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

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 127 = 470 (100%)
R 190 of 470 ~ 40.43%
G 153 of 470 ~ 32.55%
B 127 of 470 ~ 27.02%

%40.43
%32.55
%27.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.47%
  • 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
%19.47
%33.16
%25.49

Codes

Color #BE997F in popluar color models

BE997F
RGB190153127
HSL25°32.64%62.16%
HSB/HSV25°33.16%74.51%
CMYK0.00%19.47%33.16%
25.49%

Color #BE997F in popluar number systems.

HEXBE997F
Decimal190153127
Binary10111110100110011111111
Octal276231177

Shades and tints

Shades of #BE997F

#BE997F
(190,153,127)
#AD8C74
(173,140,116)
#9C7F69
(156,127,105)
#8B725E
(139,114,94)
#7A6553
(122,101,83)
#695848
(105,88,72)
#584B3D
(88,75,61)
#473E32
(71,62,50)
#363127
(54,49,39)
#25241C
(37,36,28)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #BE997F

#BE997F
(190,153,127)
#C3A28A
(195,162,138)
#C8AB95
(200,171,149)
#CDB4A0
(205,180,160)
#D2BDAB
(210,189,171)
#D7C6B6
(215,198,182)
#DCCFC1
(220,207,193)
#E1D8CC
(225,216,204)
#E6E1D7
(230,225,215)
#EBEAE2
(235,234,226)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE997F; }

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

This text font color is #BE997F.


Background Color

.myBgColor { background-color: #BE997F; }

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

This div background color is #BE997F.


Border color

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

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

This div border color is #BE997F.


Opacity

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

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

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

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

This text has shadow with #BE997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE997F on black background.


Color preview on white background

This text has color #BE997F on white background.



Black color preview on #BE997F background

This text has black color on #BE997F background.


White color preview on #BE997F background

This text has white color on #BE997F background.