COLOR #BE847B

HEX: #BE847B
RGB: (190,132,123)

Color info

#BE847B contains mainly red and green colors. Web safe color of #BE847B is #CC9966 (or #C96).

RGB color model

#BE847B color RGB value is (190,132,123).

  • red value is 190;
  • green value is 132;
  • blue value is 123.
RGB:
(190,132,123)
(75%,52%,48%)

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 123 of 255 = 48%

190
132
123

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

Portions of RGB colors in percentages

R + G + B =
190 + 132 + 123 = 445 (100%)
R 190 of 445 ~ 42.7%
G 132 of 445 ~ 29.66%
B 123 of 445 ~ 27.64%

%42.7
%29.66
%27.64

CMYK color model

#BE847B color CMYK value is (0,31,35,25).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 35.26%
  • key color value is 25.49%
CMYK:
(0,31,35,25)
C0M31Y35K25 
(0%,31%,35%,25%)
(0.00/0.31/0.35/0.25)	

CMYK percentages

%0
%30.53
%35.26
%25.49

Codes

Color #BE847B in popluar color models

BE847B
RGB190132123
HSL34.01%61.37%
HSB/HSV35.26%74.51%
CMYK0.00%30.53%35.26%
25.49%

Color #BE847B in popluar number systems.

HEXBE847B
Decimal190132123
Binary10111110100001001111011
Octal276204173

Shades and tints

Shades of #BE847B

#BE847B
(190,132,123)
#AD7870
(173,120,112)
#9C6C65
(156,108,101)
#8B605A
(139,96,90)
#7A544F
(122,84,79)
#694844
(105,72,68)
#583C39
(88,60,57)
#47302E
(71,48,46)
#362423
(54,36,35)
#251818
(37,24,24)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #BE847B

#BE847B
(190,132,123)
#C38F87
(195,143,135)
#C89A93
(200,154,147)
#CDA59F
(205,165,159)
#D2B0AB
(210,176,171)
#D7BBB7
(215,187,183)
#DCC6C3
(220,198,195)
#E1D1CF
(225,209,207)
#E6DCDB
(230,220,219)
#EBE7E7
(235,231,231)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE847B color. Also use rgb(190,132,123) instead hex code.

Text Font Color

.myTextColor { color: #BE847B; }

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

This text font color is #BE847B.


Background Color

.myBgColor { background-color: #BE847B; }

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

This div background color is #BE847B.


Border color

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

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

This div border color is #BE847B.


Opacity

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

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

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

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

This text has shadow with #BE847B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE847B on black background.


Color preview on white background

This text has color #BE847B on white background.



Black color preview on #BE847B background

This text has black color on #BE847B background.


White color preview on #BE847B background

This text has white color on #BE847B background.