COLOR #BE838D

HEX: #BE838D
RGB: (190,131,141)

Color info

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

RGB color model

#BE838D color RGB value is (190,131,141).

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

RGB channels and saturation

R 190 of 255 = 75%
G 131 of 255 = 51%
B 141 of 255 = 55%

190
131
141

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

Portions of RGB colors in percentages

R + G + B =
190 + 131 + 141 = 462 (100%)
R 190 of 462 ~ 41.13%
G 131 of 462 ~ 28.35%
B 141 of 462 ~ 30.52%

%41.13
%28.35
%30.52

CMYK color model

#BE838D color CMYK value is (0,31,26,25).

  • cyan value is 0.00%
  • magenta value is 31.05%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK:
(0,31,26,25)
C0M31Y26K25 
(0%,31%,26%,25%)
(0.00/0.31/0.26/0.25)	

CMYK percentages

%0
%31.05
%25.79
%25.49

Codes

Color #BE838D in popluar color models

BE838D
RGB190131141
HSL350°31.22%62.94%
HSB/HSV350°31.05%74.51%
CMYK0.00%31.05%25.79%
25.49%

Color #BE838D in popluar number systems.

HEXBE838D
Decimal190131141
Binary101111101000001110001101
Octal276203215

Shades and tints

Shades of #BE838D

#BE838D
(190,131,141)
#AD7881
(173,120,129)
#9C6D75
(156,109,117)
#8B6269
(139,98,105)
#7A575D
(122,87,93)
#694C51
(105,76,81)
#584145
(88,65,69)
#473639
(71,54,57)
#362B2D
(54,43,45)
#252021
(37,32,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BE838D

#BE838D
(190,131,141)
#C38E97
(195,142,151)
#C899A1
(200,153,161)
#CDA4AB
(205,164,171)
#D2AFB5
(210,175,181)
#D7BABF
(215,186,191)
#DCC5C9
(220,197,201)
#E1D0D3
(225,208,211)
#E6DBDD
(230,219,221)
#EBE6E7
(235,230,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE838D; }

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

This text font color is #BE838D.


Background Color

.myBgColor { background-color: #BE838D; }

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

This div background color is #BE838D.


Border color

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

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

This div border color is #BE838D.


Opacity

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

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

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

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

This text has shadow with #BE838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE838D on black background.


Color preview on white background

This text has color #BE838D on white background.



Black color preview on #BE838D background

This text has black color on #BE838D background.


White color preview on #BE838D background

This text has white color on #BE838D background.