COLOR #BE9291

HEX: #BE9291 RGB: (190,146,145)

Color info

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

RGB color model

#BE9291 color RGB value is (190,146,145).

RGB: (190,146,145) (75%, 57%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 145 of 255 = 57%

190
146
145

R + G + B ~ 63%. #BE9291 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 146 + 145 = 481 (100%)
R 190 of 481 ~ 39.5%
G 146 of 481 ~ 30.35%
B 145 of 481 ~ 30.15'%

%39.5
%30.35
%30.15

CMYK color model

#BE9291 color CMYK value is (0,23,24,25).

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

CMYK: (0,23,24,25)
C0M23Y24K25 (0%, 23%, 24%, 25%)
(0.00 / 0.23 / 0.24 / 0.25)

CMYK percentages

%0
%23.16
%23.68
%25.49

Codes

Color #BE9291 in popluar color models

BE 92 91
RGB 190 146 145
HSL 25.71% 65.69%
HSB/HSV 23.68% 74.51%
CMYK 0.00% 23.16% 23.68%
25.49%

Color #BE9291 in popluar number systems.

HEX BE 92 91
Decimal 190 146 145
Binary 10111110 10010010 10010001
Octal 276 222 221

Shades and tints

Shades of #BE9291

#BE9291
(190,146,145)
#AD8584
(173,133,132)
#9C7877
(156,120,119)
#8B6B6A
(139,107,106)
#7A5E5D
(122,94,93)
#695150
(105,81,80)
#584443
(88,68,67)
#473736
(71,55,54)
#362A29
(54,42,41)
#251D1C
(37,29,28)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #BE9291

#BE9291
(190,146,145)
#C39B9B
(195,155,155)
#C8A4A5
(200,164,165)
#CDADAF
(205,173,175)
#D2B6B9
(210,182,185)
#D7BFC3
(215,191,195)
#DCC8CD
(220,200,205)
#E1D1D7
(225,209,215)
#E6DAE1
(230,218,225)
#EBE3EB
(235,227,235)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9291; }

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

This text font color is #BE9291.

Background Color

.myBgColor { background-color: #BE9291; }

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

This div background color is #BE9291.

Border color

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

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

This div border color is #BE9291.

Opacity

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

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

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

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

This text has shadow with #BE9291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9291.

Preview

Color preview on black background

This text has color #BE9291 on black background.


Color preview on white background

This text has color #BE9291 on white background.


Black color preview on #BE9291 background

This text has black color on #BE9291 background.


White color preview on #BE9291 background

This text has white color on #BE9291 background.


Related colors

Complementary color

Complementary color for #hex is #416D6E.


I love getcolorcode.com

Triadic colors

1 #91BE92 and #9291BE with #BE9291 are triadic colors.

2 #9192BE and #92BE91 with #BE9291 are triadic colors.