COLOR #BE86A2

HEX: #BE86A2
RGB: (190,134,162)

Color info

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

RGB color model

#BE86A2 color RGB value is (190,134,162).

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

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 162 of 255 = 64%

190
134
162

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

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 162 = 486 (100%)
R 190 of 486 ~ 39.09%
G 134 of 486 ~ 27.57%
B 162 of 486 ~ 33.33%

%39.09
%27.57
%33.33

CMYK color model

#BE86A2 color CMYK value is (0,29,15,25).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(0,29,15,25)
C0M29Y15K25 
(0%,29%,15%,25%)
(0.00/0.29/0.15/0.25)	

CMYK percentages

%0
%29.47
%14.74
%25.49

Codes

Color #BE86A2 in popluar color models

BE86A2
RGB190134162
HSL330°30.11%63.53%
HSB/HSV330°29.47%74.51%
CMYK0.00%29.47%14.74%
25.49%

Color #BE86A2 in popluar number systems.

HEXBE86A2
Decimal190134162
Binary101111101000011010100010
Octal276206242

Shades and tints

Shades of #BE86A2

#BE86A2
(190,134,162)
#AD7A94
(173,122,148)
#9C6E86
(156,110,134)
#8B6278
(139,98,120)
#7A566A
(122,86,106)
#694A5C
(105,74,92)
#583E4E
(88,62,78)
#473240
(71,50,64)
#362632
(54,38,50)
#251A24
(37,26,36)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #BE86A2

#BE86A2
(190,134,162)
#C391AA
(195,145,170)
#C89CB2
(200,156,178)
#CDA7BA
(205,167,186)
#D2B2C2
(210,178,194)
#D7BDCA
(215,189,202)
#DCC8D2
(220,200,210)
#E1D3DA
(225,211,218)
#E6DEE2
(230,222,226)
#EBE9EA
(235,233,234)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE86A2; }

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

This text font color is #BE86A2.


Background Color

.myBgColor { background-color: #BE86A2; }

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

This div background color is #BE86A2.


Border color

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

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

This div border color is #BE86A2.


Opacity

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

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

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

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

This text has shadow with #BE86A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE86A2 on black background.


Color preview on white background

This text has color #BE86A2 on white background.



Black color preview on #BE86A2 background

This text has black color on #BE86A2 background.


White color preview on #BE86A2 background

This text has white color on #BE86A2 background.