COLOR #BE9279

HEX: #BE9279
RGB: (190,146,121)

Color info

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

RGB color model

#BE9279 color RGB value is (190,146,121).

  • red value is 190;
  • green value is 146;
  • blue value is 121.
RGB:
(190,146,121)
(75%,57%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 121 of 255 = 47%

190
146
121

R + G + B ~ 60%. #BE9279 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 121 = 457 (100%)
R 190 of 457 ~ 41.58%
G 146 of 457 ~ 31.95%
B 121 of 457 ~ 26.48%

%41.58
%31.95
%26.48

CMYK color model

#BE9279 color CMYK value is (0,23,36,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 36.32%
  • key color value is 25.49%
CMYK:
(0,23,36,25)
C0M23Y36K25 
(0%,23%,36%,25%)
(0.00/0.23/0.36/0.25)	

CMYK percentages

%0
%23.16
%36.32
%25.49

Codes

Color #BE9279 in popluar color models

BE9279
RGB190146121
HSL22°34.67%60.98%
HSB/HSV22°36.32%74.51%
CMYK0.00%23.16%36.32%
25.49%

Color #BE9279 in popluar number systems.

HEXBE9279
Decimal190146121
Binary10111110100100101111001
Octal276222171

Shades and tints

Shades of #BE9279

#BE9279
(190,146,121)
#AD856E
(173,133,110)
#9C7863
(156,120,99)
#8B6B58
(139,107,88)
#7A5E4D
(122,94,77)
#695142
(105,81,66)
#584437
(88,68,55)
#47372C
(71,55,44)
#362A21
(54,42,33)
#251D16
(37,29,22)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #BE9279

#BE9279
(190,146,121)
#C39B85
(195,155,133)
#C8A491
(200,164,145)
#CDAD9D
(205,173,157)
#D2B6A9
(210,182,169)
#D7BFB5
(215,191,181)
#DCC8C1
(220,200,193)
#E1D1CD
(225,209,205)
#E6DAD9
(230,218,217)
#EBE3E5
(235,227,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9279 color. Also use rgb(190,146,121) instead hex code.

Text Font Color

.myTextColor { color: #BE9279; }

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

This text font color is #BE9279.


Background Color

.myBgColor { background-color: #BE9279; }

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

This div background color is #BE9279.


Border color

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

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

This div border color is #BE9279.


Opacity

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

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

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

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

This text has shadow with #BE9279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9279 on black background.


Color preview on white background

This text has color #BE9279 on white background.



Black color preview on #BE9279 background

This text has black color on #BE9279 background.


White color preview on #BE9279 background

This text has white color on #BE9279 background.