COLOR #BE9259

HEX: #BE9259
RGB: (190,146,89)

Color info

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

RGB color model

#BE9259 color RGB value is (190,146,89).

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

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 89 of 255 = 35%

190
146
89

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

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 89 = 425 (100%)
R 190 of 425 ~ 44.71%
G 146 of 425 ~ 34.35%
B 89 of 425 ~ 20.94%

%44.71
%34.35
%20.94

CMYK color model

#BE9259 color CMYK value is (0,23,53,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 53.16%
  • key color value is 25.49%
CMYK:
(0,23,53,25)
C0M23Y53K25 
(0%,23%,53%,25%)
(0.00/0.23/0.53/0.25)	

CMYK percentages

%0
%23.16
%53.16
%25.49

Codes

Color #BE9259 in popluar color models

BE9259
RGB19014689
HSL34°43.72%54.71%
HSB/HSV34°53.16%74.51%
CMYK0.00%23.16%53.16%
25.49%

Color #BE9259 in popluar number systems.

HEXBE9259
Decimal19014689
Binary10111110100100101011001
Octal276222131

Shades and tints

Shades of #BE9259

#BE9259
(190,146,89)
#AD8551
(173,133,81)
#9C7849
(156,120,73)
#8B6B41
(139,107,65)
#7A5E39
(122,94,57)
#695131
(105,81,49)
#584429
(88,68,41)
#473721
(71,55,33)
#362A19
(54,42,25)
#251D11
(37,29,17)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #BE9259

#BE9259
(190,146,89)
#C39B68
(195,155,104)
#C8A477
(200,164,119)
#CDAD86
(205,173,134)
#D2B695
(210,182,149)
#D7BFA4
(215,191,164)
#DCC8B3
(220,200,179)
#E1D1C2
(225,209,194)
#E6DAD1
(230,218,209)
#EBE3E0
(235,227,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9259; }

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

This text font color is #BE9259.


Background Color

.myBgColor { background-color: #BE9259; }

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

This div background color is #BE9259.


Border color

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

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

This div border color is #BE9259.


Opacity

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

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

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

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

This text has shadow with #BE9259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9259 on black background.


Color preview on white background

This text has color #BE9259 on white background.



Black color preview on #BE9259 background

This text has black color on #BE9259 background.


White color preview on #BE9259 background

This text has white color on #BE9259 background.