COLOR #BE9C99

HEX: #BE9C99
RGB: (190,156,153)

Color info

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

RGB color model

#BE9C99 color RGB value is (190,156,153).

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

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 153 of 255 = 60%

190
156
153

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

Portions of RGB colors in percentages

R + G + B =
190 + 156 + 153 = 499 (100%)
R 190 of 499 ~ 38.08%
G 156 of 499 ~ 31.26%
B 153 of 499 ~ 30.66%

%38.08
%31.26
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(0,18,19,25)
C0M18Y19K25 
(0%,18%,19%,25%)
(0.00/0.18/0.19/0.25)	

CMYK percentages

%0
%17.89
%19.47
%25.49

Codes

Color #BE9C99 in popluar color models

BE9C99
RGB190156153
HSL22.16%67.25%
HSB/HSV19.47%74.51%
CMYK0.00%17.89%19.47%
25.49%

Color #BE9C99 in popluar number systems.

HEXBE9C99
Decimal190156153
Binary101111101001110010011001
Octal276234231

Shades and tints

Shades of #BE9C99

#BE9C99
(190,156,153)
#AD8E8C
(173,142,140)
#9C807F
(156,128,127)
#8B7272
(139,114,114)
#7A6465
(122,100,101)
#695658
(105,86,88)
#58484B
(88,72,75)
#473A3E
(71,58,62)
#362C31
(54,44,49)
#251E24
(37,30,36)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #BE9C99

#BE9C99
(190,156,153)
#C3A5A2
(195,165,162)
#C8AEAB
(200,174,171)
#CDB7B4
(205,183,180)
#D2C0BD
(210,192,189)
#D7C9C6
(215,201,198)
#DCD2CF
(220,210,207)
#E1DBD8
(225,219,216)
#E6E4E1
(230,228,225)
#EBEDEA
(235,237,234)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9C99; }

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

This text font color is #BE9C99.


Background Color

.myBgColor { background-color: #BE9C99; }

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

This div background color is #BE9C99.


Border color

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

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

This div border color is #BE9C99.


Opacity

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

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

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

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

This text has shadow with #BE9C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9C99 on black background.


Color preview on white background

This text has color #BE9C99 on white background.



Black color preview on #BE9C99 background

This text has black color on #BE9C99 background.


White color preview on #BE9C99 background

This text has white color on #BE9C99 background.