COLOR #BE8486

HEX: #BE8486
RGB: (190,132,134)

Color info

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

RGB color model

#BE8486 color RGB value is (190,132,134).

  • red value is 190;
  • green value is 132;
  • blue value is 134.
RGB:
(190,132,134)
(75%,52%,53%)

RGB channels and saturation

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

190
132
134

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

Portions of RGB colors in percentages

R + G + B =
190 + 132 + 134 = 456 (100%)
R 190 of 456 ~ 41.67%
G 132 of 456 ~ 28.95%
B 134 of 456 ~ 29.39%

%41.67
%28.95
%29.39

CMYK color model

#BE8486 color CMYK value is (0,31,29,25).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 29.47%
  • key color value is 25.49%
CMYK:
(0,31,29,25)
C0M31Y29K25 
(0%,31%,29%,25%)
(0.00/0.31/0.29/0.25)	

CMYK percentages

%0
%30.53
%29.47
%25.49

Codes

Color #BE8486 in popluar color models

BE8486
RGB190132134
HSL358°30.85%63.14%
HSB/HSV358°30.53%74.51%
CMYK0.00%30.53%29.47%
25.49%

Color #BE8486 in popluar number systems.

HEXBE8486
Decimal190132134
Binary101111101000010010000110
Octal276204206

Shades and tints

Shades of #BE8486

#BE8486
(190,132,134)
#AD787A
(173,120,122)
#9C6C6E
(156,108,110)
#8B6062
(139,96,98)
#7A5456
(122,84,86)
#69484A
(105,72,74)
#583C3E
(88,60,62)
#473032
(71,48,50)
#362426
(54,36,38)
#25181A
(37,24,26)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #BE8486

#BE8486
(190,132,134)
#C38F91
(195,143,145)
#C89A9C
(200,154,156)
#CDA5A7
(205,165,167)
#D2B0B2
(210,176,178)
#D7BBBD
(215,187,189)
#DCC6C8
(220,198,200)
#E1D1D3
(225,209,211)
#E6DCDE
(230,220,222)
#EBE7E9
(235,231,233)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8486; }

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

This text font color is #BE8486.


Background Color

.myBgColor { background-color: #BE8486; }

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

This div background color is #BE8486.


Border color

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

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

This div border color is #BE8486.


Opacity

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

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

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

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

This text has shadow with #BE8486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8486 on black background.


Color preview on white background

This text has color #BE8486 on white background.



Black color preview on #BE8486 background

This text has black color on #BE8486 background.


White color preview on #BE8486 background

This text has white color on #BE8486 background.