COLOR #BE8C97

HEX: #BE8C97 RGB: (190,140,151)

Color info

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

RGB color model

#BE8C97 color RGB value is (190,140,151).

RGB: (190,140,151) (75%, 55%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 151 of 255 = 59%

190
140
151

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

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 151 = 481 (100%)
R 190 of 481 ~ 39.5%
G 140 of 481 ~ 29.11%
B 151 of 481 ~ 31.39'%

%39.5
%29.11
%31.39

CMYK color model

#BE8C97 color CMYK value is (0,26,21,25).

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

CMYK: (0,26,21,25)
C0M26Y21K25 (0%, 26%, 21%, 25%)
(0.00 / 0.26 / 0.21 / 0.25)

CMYK percentages

%0
%26.32
%20.53
%25.49

Codes

Color #BE8C97 in popluar color models

BE 8C 97
RGB 190 140 151
HSL 347° 27.78% 64.71%
HSB/HSV 347° 26.32% 74.51%
CMYK 0.00% 26.32% 20.53%
25.49%

Color #BE8C97 in popluar number systems.

HEX BE 8C 97
Decimal 190 140 151
Binary 10111110 10001100 10010111
Octal 276 214 227

Shades and tints

Shades of #BE8C97

#BE8C97
(190,140,151)
#AD808A
(173,128,138)
#9C747D
(156,116,125)
#8B6870
(139,104,112)
#7A5C63
(122,92,99)
#695056
(105,80,86)
#584449
(88,68,73)
#47383C
(71,56,60)
#362C2F
(54,44,47)
#252022
(37,32,34)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BE8C97

#BE8C97
(190,140,151)
#C396A0
(195,150,160)
#C8A0A9
(200,160,169)
#CDAAB2
(205,170,178)
#D2B4BB
(210,180,187)
#D7BEC4
(215,190,196)
#DCC8CD
(220,200,205)
#E1D2D6
(225,210,214)
#E6DCDF
(230,220,223)
#EBE6E8
(235,230,232)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8C97; }

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

This text font color is #BE8C97.

Background Color

.myBgColor { background-color: #BE8C97; }

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

This div background color is #BE8C97.

Border color

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

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

This div border color is #BE8C97.

Opacity

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

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

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

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

This text has shadow with #BE8C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8C97.

Preview

Color preview on black background

This text has color #BE8C97 on black background.


Color preview on white background

This text has color #BE8C97 on white background.


Black color preview on #BE8C97 background

This text has black color on #BE8C97 background.


White color preview on #BE8C97 background

This text has white color on #BE8C97 background.


Related colors

Complementary color

Complementary color for #hex is #417368.


I love getcolorcode.com

Triadic colors

1 #97BE8C and #8C97BE with #BE8C97 are triadic colors.

2 #978CBE and #8CBE97 with #BE8C97 are triadic colors.