COLOR #BE8089

HEX: #BE8089
RGB: (190,128,137)

Color info

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

RGB color model

#BE8089 color RGB value is (190,128,137).

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

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 137 of 255 = 54%

190
128
137

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

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 137 = 455 (100%)
R 190 of 455 ~ 41.76%
G 128 of 455 ~ 28.13%
B 137 of 455 ~ 30.11%

%41.76
%28.13
%30.11

CMYK color model

#BE8089 color CMYK value is (0,33,28,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 27.89%
  • key color value is 25.49%
CMYK:
(0,33,28,25)
C0M33Y28K25 
(0%,33%,28%,25%)
(0.00/0.33/0.28/0.25)	

CMYK percentages

%0
%32.63
%27.89
%25.49

Codes

Color #BE8089 in popluar color models

BE8089
RGB190128137
HSL351°32.29%62.35%
HSB/HSV351°32.63%74.51%
CMYK0.00%32.63%27.89%
25.49%

Color #BE8089 in popluar number systems.

HEXBE8089
Decimal190128137
Binary101111101000000010001001
Octal276200211

Shades and tints

Shades of #BE8089

#BE8089
(190,128,137)
#AD757D
(173,117,125)
#9C6A71
(156,106,113)
#8B5F65
(139,95,101)
#7A5459
(122,84,89)
#69494D
(105,73,77)
#583E41
(88,62,65)
#473335
(71,51,53)
#362829
(54,40,41)
#251D1D
(37,29,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BE8089

#BE8089
(190,128,137)
#C38B93
(195,139,147)
#C8969D
(200,150,157)
#CDA1A7
(205,161,167)
#D2ACB1
(210,172,177)
#D7B7BB
(215,183,187)
#DCC2C5
(220,194,197)
#E1CDCF
(225,205,207)
#E6D8D9
(230,216,217)
#EBE3E3
(235,227,227)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8089; }

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

This text font color is #BE8089.


Background Color

.myBgColor { background-color: #BE8089; }

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

This div background color is #BE8089.


Border color

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

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

This div border color is #BE8089.


Opacity

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

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

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

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

This text has shadow with #BE8089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8089 on black background.


Color preview on white background

This text has color #BE8089 on white background.



Black color preview on #BE8089 background

This text has black color on #BE8089 background.


White color preview on #BE8089 background

This text has white color on #BE8089 background.