COLOR #BE8492

HEX: #BE8492 RGB: (190,132,146)

Color info

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

RGB color model

#BE8492 color RGB value is (190,132,146).

RGB: (190,132,146) (75%, 52%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 146 of 255 = 57%

190
132
146

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

Portions of RGB colors in percentages

R + G + B = 190 + 132 + 146 = 468 (100%)
R 190 of 468 ~ 40.6%
G 132 of 468 ~ 28.21%
B 146 of 468 ~ 31.2'%

%40.6
%28.21
%31.2

CMYK color model

#BE8492 color CMYK value is (0,31,23,25).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 23.16%
  • key color value is 25.49%

CMYK: (0,31,23,25)
C0M31Y23K25 (0%, 31%, 23%, 25%)
(0.00 / 0.31 / 0.23 / 0.25)

CMYK percentages

%0
%30.53
%23.16
%25.49

Codes

Color #BE8492 in popluar color models

BE 84 92
RGB 190 132 146
HSL 346° 30.85% 63.14%
HSB/HSV 346° 30.53% 74.51%
CMYK 0.00% 30.53% 23.16%
25.49%

Color #BE8492 in popluar number systems.

HEX BE 84 92
Decimal 190 132 146
Binary 10111110 10000100 10010010
Octal 276 204 222

Shades and tints

Shades of #BE8492

#BE8492
(190,132,146)
#AD7885
(173,120,133)
#9C6C78
(156,108,120)
#8B606B
(139,96,107)
#7A545E
(122,84,94)
#694851
(105,72,81)
#583C44
(88,60,68)
#473037
(71,48,55)
#36242A
(54,36,42)
#25181D
(37,24,29)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #BE8492

#BE8492
(190,132,146)
#C38F9B
(195,143,155)
#C89AA4
(200,154,164)
#CDA5AD
(205,165,173)
#D2B0B6
(210,176,182)
#D7BBBF
(215,187,191)
#DCC6C8
(220,198,200)
#E1D1D1
(225,209,209)
#E6DCDA
(230,220,218)
#EBE7E3
(235,231,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8492; }

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

This text font color is #BE8492.

Background Color

.myBgColor { background-color: #BE8492; }

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

This div background color is #BE8492.

Border color

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

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

This div border color is #BE8492.

Opacity

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

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

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

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

This text has shadow with #BE8492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8492.

Preview

Color preview on black background

This text has color #BE8492 on black background.


Color preview on white background

This text has color #BE8492 on white background.


Black color preview on #BE8492 background

This text has black color on #BE8492 background.


White color preview on #BE8492 background

This text has white color on #BE8492 background.


Related colors

Complementary color

Complementary color for #hex is #417B6D.


I love getcolorcode.com

Triadic colors

1 #92BE84 and #8492BE with #BE8492 are triadic colors.

2 #9284BE and #84BE92 with #BE8492 are triadic colors.