COLOR #BE868F

HEX: #BE868F
RGB: (190,134,143)

Color info

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

RGB color model

#BE868F color RGB value is (190,134,143).

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

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 143 of 255 = 56%

190
134
143

R + G + B ~ 61%. #BE868F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 143 = 467 (100%)
R 190 of 467 ~ 40.69%
G 134 of 467 ~ 28.69%
B 143 of 467 ~ 30.62%

%40.69
%28.69
%30.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(0,29,25,25)
C0M29Y25K25 
(0%,29%,25%,25%)
(0.00/0.29/0.25/0.25)	

CMYK percentages

%0
%29.47
%24.74
%25.49

Codes

Color #BE868F in popluar color models

BE868F
RGB190134143
HSL350°30.11%63.53%
HSB/HSV350°29.47%74.51%
CMYK0.00%29.47%24.74%
25.49%

Color #BE868F in popluar number systems.

HEXBE868F
Decimal190134143
Binary101111101000011010001111
Octal276206217

Shades and tints

Shades of #BE868F

#BE868F
(190,134,143)
#AD7A82
(173,122,130)
#9C6E75
(156,110,117)
#8B6268
(139,98,104)
#7A565B
(122,86,91)
#694A4E
(105,74,78)
#583E41
(88,62,65)
#473234
(71,50,52)
#362627
(54,38,39)
#251A1A
(37,26,26)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #BE868F

#BE868F
(190,134,143)
#C39199
(195,145,153)
#C89CA3
(200,156,163)
#CDA7AD
(205,167,173)
#D2B2B7
(210,178,183)
#D7BDC1
(215,189,193)
#DCC8CB
(220,200,203)
#E1D3D5
(225,211,213)
#E6DEDF
(230,222,223)
#EBE9E9
(235,233,233)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE868F; }

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

This text font color is #BE868F.


Background Color

.myBgColor { background-color: #BE868F; }

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

This div background color is #BE868F.


Border color

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

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

This div border color is #BE868F.


Opacity

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

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

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

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

This text has shadow with #BE868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE868F on black background.


Color preview on white background

This text has color #BE868F on white background.



Black color preview on #BE868F background

This text has black color on #BE868F background.


White color preview on #BE868F background

This text has white color on #BE868F background.