COLOR #BE927E

HEX: #BE927E
RGB: (190,146,126)

Color info

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

RGB color model

#BE927E color RGB value is (190,146,126).

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

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 126 of 255 = 49%

190
146
126

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

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 126 = 462 (100%)
R 190 of 462 ~ 41.13%
G 146 of 462 ~ 31.6%
B 126 of 462 ~ 27.27%

%41.13
%31.6
%27.27

CMYK color model

#BE927E color CMYK value is (0,23,34,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 33.68%
  • key color value is 25.49%
CMYK:
(0,23,34,25)
C0M23Y34K25 
(0%,23%,34%,25%)
(0.00/0.23/0.34/0.25)	

CMYK percentages

%0
%23.16
%33.68
%25.49

Codes

Color #BE927E in popluar color models

BE927E
RGB190146126
HSL19°32.99%61.96%
HSB/HSV19°33.68%74.51%
CMYK0.00%23.16%33.68%
25.49%

Color #BE927E in popluar number systems.

HEXBE927E
Decimal190146126
Binary10111110100100101111110
Octal276222176

Shades and tints

Shades of #BE927E

#BE927E
(190,146,126)
#AD8573
(173,133,115)
#9C7868
(156,120,104)
#8B6B5D
(139,107,93)
#7A5E52
(122,94,82)
#695147
(105,81,71)
#58443C
(88,68,60)
#473731
(71,55,49)
#362A26
(54,42,38)
#251D1B
(37,29,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #BE927E

#BE927E
(190,146,126)
#C39B89
(195,155,137)
#C8A494
(200,164,148)
#CDAD9F
(205,173,159)
#D2B6AA
(210,182,170)
#D7BFB5
(215,191,181)
#DCC8C0
(220,200,192)
#E1D1CB
(225,209,203)
#E6DAD6
(230,218,214)
#EBE3E1
(235,227,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE927E; }

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

This text font color is #BE927E.


Background Color

.myBgColor { background-color: #BE927E; }

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

This div background color is #BE927E.


Border color

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

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

This div border color is #BE927E.


Opacity

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

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

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

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

This text has shadow with #BE927E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE927E on black background.


Color preview on white background

This text has color #BE927E on white background.



Black color preview on #BE927E background

This text has black color on #BE927E background.


White color preview on #BE927E background

This text has white color on #BE927E background.