COLOR #BE999A

HEX: #BE999A
RGB: (190,153,154)

Color info

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

RGB color model

#BE999A color RGB value is (190,153,154).

  • red value is 190;
  • green value is 153;
  • blue value is 154.
RGB:
(190,153,154)
(75%,60%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 154 of 255 = 60%

190
153
154

R + G + B ~ 65%. #BE999A is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 154 = 497 (100%)
R 190 of 497 ~ 38.23%
G 153 of 497 ~ 30.78%
B 154 of 497 ~ 30.99%

%38.23
%30.78
%30.99

CMYK color model

#BE999A color CMYK value is (0,19,19,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 18.95%
  • key color value is 25.49%
CMYK:
(0,19,19,25)
C0M19Y19K25 
(0%,19%,19%,25%)
(0.00/0.19/0.19/0.25)	

CMYK percentages

%0
%19.47
%18.95
%25.49

Codes

Color #BE999A in popluar color models

BE999A
RGB190153154
HSL358°22.16%67.25%
HSB/HSV358°19.47%74.51%
CMYK0.00%19.47%18.95%
25.49%

Color #BE999A in popluar number systems.

HEXBE999A
Decimal190153154
Binary101111101001100110011010
Octal276231232

Shades and tints

Shades of #BE999A

#BE999A
(190,153,154)
#AD8C8C
(173,140,140)
#9C7F7E
(156,127,126)
#8B7270
(139,114,112)
#7A6562
(122,101,98)
#695854
(105,88,84)
#584B46
(88,75,70)
#473E38
(71,62,56)
#36312A
(54,49,42)
#25241C
(37,36,28)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #BE999A

#BE999A
(190,153,154)
#C3A2A3
(195,162,163)
#C8ABAC
(200,171,172)
#CDB4B5
(205,180,181)
#D2BDBE
(210,189,190)
#D7C6C7
(215,198,199)
#DCCFD0
(220,207,208)
#E1D8D9
(225,216,217)
#E6E1E2
(230,225,226)
#EBEAEB
(235,234,235)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE999A; }

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

This text font color is #BE999A.


Background Color

.myBgColor { background-color: #BE999A; }

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

This div background color is #BE999A.


Border color

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

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

This div border color is #BE999A.


Opacity

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

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

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

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

This text has shadow with #BE999A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE999A on black background.


Color preview on white background

This text has color #BE999A on white background.



Black color preview on #BE999A background

This text has black color on #BE999A background.


White color preview on #BE999A background

This text has white color on #BE999A background.