COLOR #BE848F

HEX: #BE848F
RGB: (190,132,143)

Color info

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

RGB color model

#BE848F color RGB value is (190,132,143).

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

RGB channels and saturation

R 190 of 255 = 75%
G 132 of 255 = 52%
B 143 of 255 = 56%

190
132
143

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

Portions of RGB colors in percentages

R + G + B =
190 + 132 + 143 = 465 (100%)
R 190 of 465 ~ 40.86%
G 132 of 465 ~ 28.39%
B 143 of 465 ~ 30.75%

%40.86
%28.39
%30.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(0,31,25,25)
C0M31Y25K25 
(0%,31%,25%,25%)
(0.00/0.31/0.25/0.25)	

CMYK percentages

%0
%30.53
%24.74
%25.49

Codes

Color #BE848F in popluar color models

BE848F
RGB190132143
HSL349°30.85%63.14%
HSB/HSV349°30.53%74.51%
CMYK0.00%30.53%24.74%
25.49%

Color #BE848F in popluar number systems.

HEXBE848F
Decimal190132143
Binary101111101000010010001111
Octal276204217

Shades and tints

Shades of #BE848F

#BE848F
(190,132,143)
#AD7882
(173,120,130)
#9C6C75
(156,108,117)
#8B6068
(139,96,104)
#7A545B
(122,84,91)
#69484E
(105,72,78)
#583C41
(88,60,65)
#473034
(71,48,52)
#362427
(54,36,39)
#25181A
(37,24,26)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #BE848F

#BE848F
(190,132,143)
#C38F99
(195,143,153)
#C89AA3
(200,154,163)
#CDA5AD
(205,165,173)
#D2B0B7
(210,176,183)
#D7BBC1
(215,187,193)
#DCC6CB
(220,198,203)
#E1D1D5
(225,209,213)
#E6DCDF
(230,220,223)
#EBE7E9
(235,231,233)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE848F; }

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

This text font color is #BE848F.


Background Color

.myBgColor { background-color: #BE848F; }

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

This div background color is #BE848F.


Border color

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

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

This div border color is #BE848F.


Opacity

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

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

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

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

This text has shadow with #BE848F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE848F on black background.


Color preview on white background

This text has color #BE848F on white background.



Black color preview on #BE848F background

This text has black color on #BE848F background.


White color preview on #BE848F background

This text has white color on #BE848F background.