COLOR #BE8488

HEX: #BE8488 RGB: (190,132,136)

Color info

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

RGB color model

#BE8488 color RGB value is (190,132,136).

RGB: (190,132,136) (75%, 52%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 136 of 255 = 53%

190
132
136

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

Portions of RGB colors in percentages

R + G + B = 190 + 132 + 136 = 458 (100%)
R 190 of 458 ~ 41.48%
G 132 of 458 ~ 28.82%
B 136 of 458 ~ 29.69'%

%41.48
%28.82
%29.69

CMYK color model

#BE8488 color CMYK value is (0,31,28,25).

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

CMYK: (0,31,28,25)
C0M31Y28K25 (0%, 31%, 28%, 25%)
(0.00 / 0.31 / 0.28 / 0.25)

CMYK percentages

%0
%30.53
%28.42
%25.49

Codes

Color #BE8488 in popluar color models

BE 84 88
RGB 190 132 136
HSL 356° 30.85% 63.14%
HSB/HSV 356° 30.53% 74.51%
CMYK 0.00% 30.53% 28.42%
25.49%

Color #BE8488 in popluar number systems.

HEX BE 84 88
Decimal 190 132 136
Binary 10111110 10000100 10001000
Octal 276 204 210

Shades and tints

Shades of #BE8488

#BE8488
(190,132,136)
#AD787C
(173,120,124)
#9C6C70
(156,108,112)
#8B6064
(139,96,100)
#7A5458
(122,84,88)
#69484C
(105,72,76)
#583C40
(88,60,64)
#473034
(71,48,52)
#362428
(54,36,40)
#25181C
(37,24,28)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #BE8488

#BE8488
(190,132,136)
#C38F92
(195,143,146)
#C89A9C
(200,154,156)
#CDA5A6
(205,165,166)
#D2B0B0
(210,176,176)
#D7BBBA
(215,187,186)
#DCC6C4
(220,198,196)
#E1D1CE
(225,209,206)
#E6DCD8
(230,220,216)
#EBE7E2
(235,231,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8488; }

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

This text font color is #BE8488.

Background Color

.myBgColor { background-color: #BE8488; }

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

This div background color is #BE8488.

Border color

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

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

This div border color is #BE8488.

Opacity

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

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

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

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

This text has shadow with #BE8488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8488.

Preview

Color preview on black background

This text has color #BE8488 on black background.


Color preview on white background

This text has color #BE8488 on white background.


Black color preview on #BE8488 background

This text has black color on #BE8488 background.


White color preview on #BE8488 background

This text has white color on #BE8488 background.


Related colors

Complementary color

Complementary color for #hex is #417B77.


I love getcolorcode.com

Triadic colors

1 #88BE84 and #8488BE with #BE8488 are triadic colors.

2 #8884BE and #84BE88 with #BE8488 are triadic colors.