COLOR #BE8091

HEX: #BE8091
RGB: (190,128,145)

Color info

#BE8091 contains mainly red and blue colors. Web safe color of #BE8091 is #CC6699 (or #C69).

RGB color model

#BE8091 color RGB value is (190,128,145).

  • red value is 190;
  • green value is 128;
  • blue value is 145.
RGB:
(190,128,145)
(75%,50%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 145 of 255 = 57%

190
128
145

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

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 145 = 463 (100%)
R 190 of 463 ~ 41.04%
G 128 of 463 ~ 27.65%
B 145 of 463 ~ 31.32%

%41.04
%27.65
%31.32

CMYK color model

#BE8091 color CMYK value is (0,33,24,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(0,33,24,25)
C0M33Y24K25 
(0%,33%,24%,25%)
(0.00/0.33/0.24/0.25)	

CMYK percentages

%0
%32.63
%23.68
%25.49

Codes

Color #BE8091 in popluar color models

BE8091
RGB190128145
HSL344°32.29%62.35%
HSB/HSV344°32.63%74.51%
CMYK0.00%32.63%23.68%
25.49%

Color #BE8091 in popluar number systems.

HEXBE8091
Decimal190128145
Binary101111101000000010010001
Octal276200221

Shades and tints

Shades of #BE8091

#BE8091
(190,128,145)
#AD7584
(173,117,132)
#9C6A77
(156,106,119)
#8B5F6A
(139,95,106)
#7A545D
(122,84,93)
#694950
(105,73,80)
#583E43
(88,62,67)
#473336
(71,51,54)
#362829
(54,40,41)
#251D1C
(37,29,28)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #BE8091

#BE8091
(190,128,145)
#C38B9B
(195,139,155)
#C896A5
(200,150,165)
#CDA1AF
(205,161,175)
#D2ACB9
(210,172,185)
#D7B7C3
(215,183,195)
#DCC2CD
(220,194,205)
#E1CDD7
(225,205,215)
#E6D8E1
(230,216,225)
#EBE3EB
(235,227,235)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8091 color. Also use rgb(190,128,145) instead hex code.

Text Font Color

.myTextColor { color: #BE8091; }

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

This text font color is #BE8091.


Background Color

.myBgColor { background-color: #BE8091; }

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

This div background color is #BE8091.


Border color

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

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

This div border color is #BE8091.


Opacity

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

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

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

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

This text has shadow with #BE8091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8091 on black background.


Color preview on white background

This text has color #BE8091 on white background.



Black color preview on #BE8091 background

This text has black color on #BE8091 background.


White color preview on #BE8091 background

This text has white color on #BE8091 background.