COLOR #BE8F87

HEX: #BE8F87
RGB: (190,143,135)

Color info

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

RGB color model

#BE8F87 color RGB value is (190,143,135).

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

RGB channels and saturation

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

190
143
135

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

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 135 = 468 (100%)
R 190 of 468 ~ 40.6%
G 143 of 468 ~ 30.56%
B 135 of 468 ~ 28.85%

%40.6
%30.56
%28.85

CMYK color model

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

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

CMYK percentages

%0
%24.74
%28.95
%25.49

Codes

Color #BE8F87 in popluar color models

BE8F87
RGB190143135
HSL29.73%63.73%
HSB/HSV28.95%74.51%
CMYK0.00%24.74%28.95%
25.49%

Color #BE8F87 in popluar number systems.

HEXBE8F87
Decimal190143135
Binary101111101000111110000111
Octal276217207

Shades and tints

Shades of #BE8F87

#BE8F87
(190,143,135)
#AD827B
(173,130,123)
#9C756F
(156,117,111)
#8B6863
(139,104,99)
#7A5B57
(122,91,87)
#694E4B
(105,78,75)
#58413F
(88,65,63)
#473433
(71,52,51)
#362727
(54,39,39)
#251A1B
(37,26,27)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #BE8F87

#BE8F87
(190,143,135)
#C39991
(195,153,145)
#C8A39B
(200,163,155)
#CDADA5
(205,173,165)
#D2B7AF
(210,183,175)
#D7C1B9
(215,193,185)
#DCCBC3
(220,203,195)
#E1D5CD
(225,213,205)
#E6DFD7
(230,223,215)
#EBE9E1
(235,233,225)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8F87; }

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

This text font color is #BE8F87.


Background Color

.myBgColor { background-color: #BE8F87; }

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

This div background color is #BE8F87.


Border color

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

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

This div border color is #BE8F87.


Opacity

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

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

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

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

This text has shadow with #BE8F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8F87 on black background.


Color preview on white background

This text has color #BE8F87 on white background.



Black color preview on #BE8F87 background

This text has black color on #BE8F87 background.


White color preview on #BE8F87 background

This text has white color on #BE8F87 background.