COLOR #BE9274

HEX: #BE9274
RGB: (190,146,116)

Color info

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

RGB color model

#BE9274 color RGB value is (190,146,116).

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

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 116 of 255 = 45%

190
146
116

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

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 116 = 452 (100%)
R 190 of 452 ~ 42.04%
G 146 of 452 ~ 32.3%
B 116 of 452 ~ 25.66%

%42.04
%32.3
%25.66

CMYK color model

#BE9274 color CMYK value is (0,23,39,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 38.95%
  • key color value is 25.49%
CMYK:
(0,23,39,25)
C0M23Y39K25 
(0%,23%,39%,25%)
(0.00/0.23/0.39/0.25)	

CMYK percentages

%0
%23.16
%38.95
%25.49

Codes

Color #BE9274 in popluar color models

BE9274
RGB190146116
HSL24°36.27%60.00%
HSB/HSV24°38.95%74.51%
CMYK0.00%23.16%38.95%
25.49%

Color #BE9274 in popluar number systems.

HEXBE9274
Decimal190146116
Binary10111110100100101110100
Octal276222164

Shades and tints

Shades of #BE9274

#BE9274
(190,146,116)
#AD856A
(173,133,106)
#9C7860
(156,120,96)
#8B6B56
(139,107,86)
#7A5E4C
(122,94,76)
#695142
(105,81,66)
#584438
(88,68,56)
#47372E
(71,55,46)
#362A24
(54,42,36)
#251D1A
(37,29,26)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #BE9274

#BE9274
(190,146,116)
#C39B80
(195,155,128)
#C8A48C
(200,164,140)
#CDAD98
(205,173,152)
#D2B6A4
(210,182,164)
#D7BFB0
(215,191,176)
#DCC8BC
(220,200,188)
#E1D1C8
(225,209,200)
#E6DAD4
(230,218,212)
#EBE3E0
(235,227,224)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9274; }

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

This text font color is #BE9274.


Background Color

.myBgColor { background-color: #BE9274; }

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

This div background color is #BE9274.


Border color

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

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

This div border color is #BE9274.


Opacity

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

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

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

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

This text has shadow with #BE9274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9274 on black background.


Color preview on white background

This text has color #BE9274 on white background.



Black color preview on #BE9274 background

This text has black color on #BE9274 background.


White color preview on #BE9274 background

This text has white color on #BE9274 background.