COLOR #BE9497

HEX: #BE9497 RGB: (190,148,151)

Color info

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

RGB color model

#BE9497 color RGB value is (190,148,151).

RGB: (190,148,151) (75%, 58%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 151 of 255 = 59%

190
148
151

R + G + B ~ 64%. #BE9497 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 148 + 151 = 489 (100%)
R 190 of 489 ~ 38.85%
G 148 of 489 ~ 30.27%
B 151 of 489 ~ 30.88'%

%38.85
%30.27
%30.88

CMYK color model

#BE9497 color CMYK value is (0,22,21,25).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 20.53%
  • key color value is 25.49%

CMYK: (0,22,21,25)
C0M22Y21K25 (0%, 22%, 21%, 25%)
(0.00 / 0.22 / 0.21 / 0.25)

CMYK percentages

%0
%22.11
%20.53
%25.49

Codes

Color #BE9497 in popluar color models

BE 94 97
RGB 190 148 151
HSL 356° 24.42% 66.27%
HSB/HSV 356° 22.11% 74.51%
CMYK 0.00% 22.11% 20.53%
25.49%

Color #BE9497 in popluar number systems.

HEX BE 94 97
Decimal 190 148 151
Binary 10111110 10010100 10010111
Octal 276 224 227

Shades and tints

Shades of #BE9497

#BE9497
(190,148,151)
#AD878A
(173,135,138)
#9C7A7D
(156,122,125)
#8B6D70
(139,109,112)
#7A6063
(122,96,99)
#695356
(105,83,86)
#584649
(88,70,73)
#47393C
(71,57,60)
#362C2F
(54,44,47)
#251F22
(37,31,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BE9497

#BE9497
(190,148,151)
#C39DA0
(195,157,160)
#C8A6A9
(200,166,169)
#CDAFB2
(205,175,178)
#D2B8BB
(210,184,187)
#D7C1C4
(215,193,196)
#DCCACD
(220,202,205)
#E1D3D6
(225,211,214)
#E6DCDF
(230,220,223)
#EBE5E8
(235,229,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9497 color. Also use rgb(190,148,151) instead hex code.

Text Font Color

.myTextColor { color: #BE9497; }

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

This text font color is #BE9497.

Background Color

.myBgColor { background-color: #BE9497; }

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

This div background color is #BE9497.

Border color

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

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

This div border color is #BE9497.

Opacity

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

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

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

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

This text has shadow with #BE9497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9497.

Preview

Color preview on black background

This text has color #BE9497 on black background.


Color preview on white background

This text has color #BE9497 on white background.


Black color preview on #BE9497 background

This text has black color on #BE9497 background.


White color preview on #BE9497 background

This text has white color on #BE9497 background.


Related colors

Complementary color

Complementary color for #hex is #416B68.


I love getcolorcode.com

Triadic colors

1 #97BE94 and #9497BE with #BE9497 are triadic colors.

2 #9794BE and #94BE97 with #BE9497 are triadic colors.