COLOR #BE9282

HEX: #BE9282
RGB: (190,146,130)

Color info

#BE9282 contains mainly red and green colors. Web safe color of #BE9282 is #CC9999 (or #C99).

RGB color model

#BE9282 color RGB value is (190,146,130).

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

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 130 of 255 = 51%

190
146
130

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

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 130 = 466 (100%)
R 190 of 466 ~ 40.77%
G 146 of 466 ~ 31.33%
B 130 of 466 ~ 27.9%

%40.77
%31.33
%27.9

CMYK color model

#BE9282 color CMYK value is (0,23,32,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(0,23,32,25)
C0M23Y32K25 
(0%,23%,32%,25%)
(0.00/0.23/0.32/0.25)	

CMYK percentages

%0
%23.16
%31.58
%25.49

Codes

Color #BE9282 in popluar color models

BE9282
RGB190146130
HSL16°31.58%62.75%
HSB/HSV16°31.58%74.51%
CMYK0.00%23.16%31.58%
25.49%

Color #BE9282 in popluar number systems.

HEXBE9282
Decimal190146130
Binary101111101001001010000010
Octal276222202

Shades and tints

Shades of #BE9282

#BE9282
(190,146,130)
#AD8577
(173,133,119)
#9C786C
(156,120,108)
#8B6B61
(139,107,97)
#7A5E56
(122,94,86)
#69514B
(105,81,75)
#584440
(88,68,64)
#473735
(71,55,53)
#362A2A
(54,42,42)
#251D1F
(37,29,31)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE9282

#BE9282
(190,146,130)
#C39B8D
(195,155,141)
#C8A498
(200,164,152)
#CDADA3
(205,173,163)
#D2B6AE
(210,182,174)
#D7BFB9
(215,191,185)
#DCC8C4
(220,200,196)
#E1D1CF
(225,209,207)
#E6DADA
(230,218,218)
#EBE3E5
(235,227,229)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9282; }

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

This text font color is #BE9282.


Background Color

.myBgColor { background-color: #BE9282; }

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

This div background color is #BE9282.


Border color

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

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

This div border color is #BE9282.


Opacity

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

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

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

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

This text has shadow with #BE9282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9282 on black background.


Color preview on white background

This text has color #BE9282 on white background.



Black color preview on #BE9282 background

This text has black color on #BE9282 background.


White color preview on #BE9282 background

This text has white color on #BE9282 background.