COLOR #BE9393

HEX: #BE9393 RGB: (190,147,147)

Color info

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

RGB color model

#BE9393 color RGB value is (190,147,147).

RGB: (190,147,147) (75%, 58%, 58%)

RGB channels and saturation

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

190
147
147

R + G + B ~ 64%. #BE9393 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 147 + 147 = 484 (100%)
R 190 of 484 ~ 39.26%
G 147 of 484 ~ 30.37%
B 147 of 484 ~ 30.37'%

%39.26
%30.37
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 22.63%
  • key color value is 25.49%

CMYK: (0,23,23,25)
C0M23Y23K25 (0%, 23%, 23%, 25%)
(0.00 / 0.23 / 0.23 / 0.25)

CMYK percentages

%0
%22.63
%22.63
%25.49

Codes

Color #BE9393 in popluar color models

BE 93 93
RGB 190 147 147
HSL 24.86% 66.08%
HSB/HSV 22.63% 74.51%
CMYK 0.00% 22.63% 22.63%
25.49%

Color #BE9393 in popluar number systems.

HEX BE 93 93
Decimal 190 147 147
Binary 10111110 10010011 10010011
Octal 276 223 223

Shades and tints

Shades of #BE9393

#BE9393
(190,147,147)
#AD8686
(173,134,134)
#9C7979
(156,121,121)
#8B6C6C
(139,108,108)
#7A5F5F
(122,95,95)
#695252
(105,82,82)
#584545
(88,69,69)
#473838
(71,56,56)
#362B2B
(54,43,43)
#251E1E
(37,30,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BE9393

#BE9393
(190,147,147)
#C39C9C
(195,156,156)
#C8A5A5
(200,165,165)
#CDAEAE
(205,174,174)
#D2B7B7
(210,183,183)
#D7C0C0
(215,192,192)
#DCC9C9
(220,201,201)
#E1D2D2
(225,210,210)
#E6DBDB
(230,219,219)
#EBE4E4
(235,228,228)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9393; }

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

This text font color is #BE9393.

Background Color

.myBgColor { background-color: #BE9393; }

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

This div background color is #BE9393.

Border color

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

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

This div border color is #BE9393.

Opacity

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

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

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

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

This text has shadow with #BE9393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9393.

Preview

Color preview on black background

This text has color #BE9393 on black background.


Color preview on white background

This text has color #BE9393 on white background.


Black color preview on #BE9393 background

This text has black color on #BE9393 background.


White color preview on #BE9393 background

This text has white color on #BE9393 background.


Related colors

Complementary color

Complementary color for #hex is #416C6C.


I love getcolorcode.com