COLOR #BE9977

HEX: #BE9977
RGB: (190,153,119)

Color info

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

RGB color model

#BE9977 color RGB value is (190,153,119).

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

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 119 of 255 = 47%

190
153
119

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

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 119 = 462 (100%)
R 190 of 462 ~ 41.13%
G 153 of 462 ~ 33.12%
B 119 of 462 ~ 25.76%

%41.13
%33.12
%25.76

CMYK color model

#BE9977 color CMYK value is (0,19,37,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 37.37%
  • key color value is 25.49%
CMYK:
(0,19,37,25)
C0M19Y37K25 
(0%,19%,37%,25%)
(0.00/0.19/0.37/0.25)	

CMYK percentages

%0
%19.47
%37.37
%25.49

Codes

Color #BE9977 in popluar color models

BE9977
RGB190153119
HSL29°35.32%60.59%
HSB/HSV29°37.37%74.51%
CMYK0.00%19.47%37.37%
25.49%

Color #BE9977 in popluar number systems.

HEXBE9977
Decimal190153119
Binary10111110100110011110111
Octal276231167

Shades and tints

Shades of #BE9977

#BE9977
(190,153,119)
#AD8C6D
(173,140,109)
#9C7F63
(156,127,99)
#8B7259
(139,114,89)
#7A654F
(122,101,79)
#695845
(105,88,69)
#584B3B
(88,75,59)
#473E31
(71,62,49)
#363127
(54,49,39)
#25241D
(37,36,29)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BE9977

#BE9977
(190,153,119)
#C3A283
(195,162,131)
#C8AB8F
(200,171,143)
#CDB49B
(205,180,155)
#D2BDA7
(210,189,167)
#D7C6B3
(215,198,179)
#DCCFBF
(220,207,191)
#E1D8CB
(225,216,203)
#E6E1D7
(230,225,215)
#EBEAE3
(235,234,227)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9977; }

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

This text font color is #BE9977.


Background Color

.myBgColor { background-color: #BE9977; }

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

This div background color is #BE9977.


Border color

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

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

This div border color is #BE9977.


Opacity

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

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

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

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

This text has shadow with #BE9977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9977 on black background.


Color preview on white background

This text has color #BE9977 on white background.



Black color preview on #BE9977 background

This text has black color on #BE9977 background.


White color preview on #BE9977 background

This text has white color on #BE9977 background.