COLOR #BE9090

HEX: #BE9090
RGB: (190,144,144)

Color info

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

RGB color model

#BE9090 color RGB value is (190,144,144).

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

RGB channels and saturation

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

190
144
144

R + G + B ~ 62%. #BE9090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 144 = 478 (100%)
R 190 of 478 ~ 39.75%
G 144 of 478 ~ 30.13%
B 144 of 478 ~ 30.13%

%39.75
%30.13
%30.13

CMYK color model

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

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

CMYK percentages

%0
%24.21
%24.21
%25.49

Codes

Color #BE9090 in popluar color models

BE9090
RGB190144144
HSL26.14%65.49%
HSB/HSV24.21%74.51%
CMYK0.00%24.21%24.21%
25.49%

Color #BE9090 in popluar number systems.

HEXBE9090
Decimal190144144
Binary101111101001000010010000
Octal276220220

Shades and tints

Shades of #BE9090

#BE9090
(190,144,144)
#AD8383
(173,131,131)
#9C7676
(156,118,118)
#8B6969
(139,105,105)
#7A5C5C
(122,92,92)
#694F4F
(105,79,79)
#584242
(88,66,66)
#473535
(71,53,53)
#362828
(54,40,40)
#251B1B
(37,27,27)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #BE9090

#BE9090
(190,144,144)
#C39A9A
(195,154,154)
#C8A4A4
(200,164,164)
#CDAEAE
(205,174,174)
#D2B8B8
(210,184,184)
#D7C2C2
(215,194,194)
#DCCCCC
(220,204,204)
#E1D6D6
(225,214,214)
#E6E0E0
(230,224,224)
#EBEAEA
(235,234,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9090; }

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

This text font color is #BE9090.


Background Color

.myBgColor { background-color: #BE9090; }

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

This div background color is #BE9090.


Border color

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

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

This div border color is #BE9090.


Opacity

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

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

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

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

This text has shadow with #BE9090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9090 on black background.


Color preview on white background

This text has color #BE9090 on white background.



Black color preview on #BE9090 background

This text has black color on #BE9090 background.


White color preview on #BE9090 background

This text has white color on #BE9090 background.