COLOR #BE868D

HEX: #BE868D
RGB: (190,134,141)

Color info

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

RGB color model

#BE868D color RGB value is (190,134,141).

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

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 141 of 255 = 55%

190
134
141

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

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 141 = 465 (100%)
R 190 of 465 ~ 40.86%
G 134 of 465 ~ 28.82%
B 141 of 465 ~ 30.32%

%40.86
%28.82
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(0,29,26,25)
C0M29Y26K25 
(0%,29%,26%,25%)
(0.00/0.29/0.26/0.25)	

CMYK percentages

%0
%29.47
%25.79
%25.49

Codes

Color #BE868D in popluar color models

BE868D
RGB190134141
HSL353°30.11%63.53%
HSB/HSV353°29.47%74.51%
CMYK0.00%29.47%25.79%
25.49%

Color #BE868D in popluar number systems.

HEXBE868D
Decimal190134141
Binary101111101000011010001101
Octal276206215

Shades and tints

Shades of #BE868D

#BE868D
(190,134,141)
#AD7A81
(173,122,129)
#9C6E75
(156,110,117)
#8B6269
(139,98,105)
#7A565D
(122,86,93)
#694A51
(105,74,81)
#583E45
(88,62,69)
#473239
(71,50,57)
#36262D
(54,38,45)
#251A21
(37,26,33)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #BE868D

#BE868D
(190,134,141)
#C39197
(195,145,151)
#C89CA1
(200,156,161)
#CDA7AB
(205,167,171)
#D2B2B5
(210,178,181)
#D7BDBF
(215,189,191)
#DCC8C9
(220,200,201)
#E1D3D3
(225,211,211)
#E6DEDD
(230,222,221)
#EBE9E7
(235,233,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE868D; }

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

This text font color is #BE868D.


Background Color

.myBgColor { background-color: #BE868D; }

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

This div background color is #BE868D.


Border color

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

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

This div border color is #BE868D.


Opacity

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

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

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

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

This text has shadow with #BE868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE868D on black background.


Color preview on white background

This text has color #BE868D on white background.



Black color preview on #BE868D background

This text has black color on #BE868D background.


White color preview on #BE868D background

This text has white color on #BE868D background.