COLOR #BE997E

HEX: #BE997E
RGB: (190,153,126)

Color info

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

RGB color model

#BE997E color RGB value is (190,153,126).

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

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 126 of 255 = 49%

190
153
126

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

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 126 = 469 (100%)
R 190 of 469 ~ 40.51%
G 153 of 469 ~ 32.62%
B 126 of 469 ~ 26.87%

%40.51
%32.62
%26.87

CMYK color model

#BE997E color CMYK value is (0,19,34,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(0,19,34,25)
C0M19Y34K25 
(0%,19%,34%,25%)
(0.00/0.19/0.34/0.25)	

CMYK percentages

%0
%19.47
%33.68
%25.49

Codes

Color #BE997E in popluar color models

BE997E
RGB190153126
HSL25°32.99%61.96%
HSB/HSV25°33.68%74.51%
CMYK0.00%19.47%33.68%
25.49%

Color #BE997E in popluar number systems.

HEXBE997E
Decimal190153126
Binary10111110100110011111110
Octal276231176

Shades and tints

Shades of #BE997E

#BE997E
(190,153,126)
#AD8C73
(173,140,115)
#9C7F68
(156,127,104)
#8B725D
(139,114,93)
#7A6552
(122,101,82)
#695847
(105,88,71)
#584B3C
(88,75,60)
#473E31
(71,62,49)
#363126
(54,49,38)
#25241B
(37,36,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BE997E

#BE997E
(190,153,126)
#C3A289
(195,162,137)
#C8AB94
(200,171,148)
#CDB49F
(205,180,159)
#D2BDAA
(210,189,170)
#D7C6B5
(215,198,181)
#DCCFC0
(220,207,192)
#E1D8CB
(225,216,203)
#E6E1D6
(230,225,214)
#EBEAE1
(235,234,225)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE997E; }

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

This text font color is #BE997E.


Background Color

.myBgColor { background-color: #BE997E; }

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

This div background color is #BE997E.


Border color

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

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

This div border color is #BE997E.


Opacity

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

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

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

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

This text has shadow with #BE997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE997E on black background.


Color preview on white background

This text has color #BE997E on white background.



Black color preview on #BE997E background

This text has black color on #BE997E background.


White color preview on #BE997E background

This text has white color on #BE997E background.