COLOR #BE9093

HEX: #BE9093
RGB: (190,144,147)

Color info

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

RGB color model

#BE9093 color RGB value is (190,144,147).

  • red value is 190;
  • green value is 144;
  • blue value is 147.
RGB:
(190,144,147)
(75%,56%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 147 of 255 = 58%

190
144
147

R + G + B ~ 63%. #BE9093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 147 = 481 (100%)
R 190 of 481 ~ 39.5%
G 144 of 481 ~ 29.94%
B 147 of 481 ~ 30.56%

%39.5
%29.94
%30.56

CMYK color model

#BE9093 color CMYK value is (0,24,23,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(0,24,23,25)
C0M24Y23K25 
(0%,24%,23%,25%)
(0.00/0.24/0.23/0.25)	

CMYK percentages

%0
%24.21
%22.63
%25.49

Codes

Color #BE9093 in popluar color models

BE9093
RGB190144147
HSL356°26.14%65.49%
HSB/HSV356°24.21%74.51%
CMYK0.00%24.21%22.63%
25.49%

Color #BE9093 in popluar number systems.

HEXBE9093
Decimal190144147
Binary101111101001000010010011
Octal276220223

Shades and tints

Shades of #BE9093

#BE9093
(190,144,147)
#AD8386
(173,131,134)
#9C7679
(156,118,121)
#8B696C
(139,105,108)
#7A5C5F
(122,92,95)
#694F52
(105,79,82)
#584245
(88,66,69)
#473538
(71,53,56)
#36282B
(54,40,43)
#251B1E
(37,27,30)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #BE9093

#BE9093
(190,144,147)
#C39A9C
(195,154,156)
#C8A4A5
(200,164,165)
#CDAEAE
(205,174,174)
#D2B8B7
(210,184,183)
#D7C2C0
(215,194,192)
#DCCCC9
(220,204,201)
#E1D6D2
(225,214,210)
#E6E0DB
(230,224,219)
#EBEAE4
(235,234,228)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9093 color. Also use rgb(190,144,147) instead hex code.

Text Font Color

.myTextColor { color: #BE9093; }

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

This text font color is #BE9093.


Background Color

.myBgColor { background-color: #BE9093; }

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

This div background color is #BE9093.


Border color

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

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

This div border color is #BE9093.


Opacity

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

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

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

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

This text has shadow with #BE9093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9093 on black background.


Color preview on white background

This text has color #BE9093 on white background.



Black color preview on #BE9093 background

This text has black color on #BE9093 background.


White color preview on #BE9093 background

This text has white color on #BE9093 background.