COLOR #BE928A

HEX: #BE928A
RGB: (190,146,138)

Color info

#BE928A contains red, green and blue colors in about the same proportion. Web safe color of #BE928A is #CC9999 (or #C99).

RGB color model

#BE928A color RGB value is (190,146,138).

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

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 138 of 255 = 54%

190
146
138

R + G + B ~ 62%. #BE928A is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 138 = 474 (100%)
R 190 of 474 ~ 40.08%
G 146 of 474 ~ 30.8%
B 138 of 474 ~ 29.11%

%40.08
%30.8
%29.11

CMYK color model

#BE928A color CMYK value is (0,23,27,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 27.37%
  • key color value is 25.49%
CMYK:
(0,23,27,25)
C0M23Y27K25 
(0%,23%,27%,25%)
(0.00/0.23/0.27/0.25)	

CMYK percentages

%0
%23.16
%27.37
%25.49

Codes

Color #BE928A in popluar color models

BE928A
RGB190146138
HSL28.57%64.31%
HSB/HSV27.37%74.51%
CMYK0.00%23.16%27.37%
25.49%

Color #BE928A in popluar number systems.

HEXBE928A
Decimal190146138
Binary101111101001001010001010
Octal276222212

Shades and tints

Shades of #BE928A

#BE928A
(190,146,138)
#AD857E
(173,133,126)
#9C7872
(156,120,114)
#8B6B66
(139,107,102)
#7A5E5A
(122,94,90)
#69514E
(105,81,78)
#584442
(88,68,66)
#473736
(71,55,54)
#362A2A
(54,42,42)
#251D1E
(37,29,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #BE928A

#BE928A
(190,146,138)
#C39B94
(195,155,148)
#C8A49E
(200,164,158)
#CDADA8
(205,173,168)
#D2B6B2
(210,182,178)
#D7BFBC
(215,191,188)
#DCC8C6
(220,200,198)
#E1D1D0
(225,209,208)
#E6DADA
(230,218,218)
#EBE3E4
(235,227,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE928A; }

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

This text font color is #BE928A.


Background Color

.myBgColor { background-color: #BE928A; }

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

This div background color is #BE928A.


Border color

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

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

This div border color is #BE928A.


Opacity

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

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

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

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

This text has shadow with #BE928A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE928A on black background.


Color preview on white background

This text has color #BE928A on white background.



Black color preview on #BE928A background

This text has black color on #BE928A background.


White color preview on #BE928A background

This text has white color on #BE928A background.