COLOR #BE9198

HEX: #BE9198
RGB: (190,145,152)

Color info

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

RGB color model

#BE9198 color RGB value is (190,145,152).

  • red value is 190;
  • green value is 145;
  • blue value is 152.
RGB:
(190,145,152)
(75%,57%,60%)

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 152 of 255 = 60%

190
145
152

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

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 152 = 487 (100%)
R 190 of 487 ~ 39.01%
G 145 of 487 ~ 29.77%
B 152 of 487 ~ 31.21%

%39.01
%29.77
%31.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(0,24,20,25)
C0M24Y20K25 
(0%,24%,20%,25%)
(0.00/0.24/0.20/0.25)	

CMYK percentages

%0
%23.68
%20
%25.49

Codes

Color #BE9198 in popluar color models

BE9198
RGB190145152
HSL351°25.71%65.69%
HSB/HSV351°23.68%74.51%
CMYK0.00%23.68%20.00%
25.49%

Color #BE9198 in popluar number systems.

HEXBE9198
Decimal190145152
Binary101111101001000110011000
Octal276221230

Shades and tints

Shades of #BE9198

#BE9198
(190,145,152)
#AD848B
(173,132,139)
#9C777E
(156,119,126)
#8B6A71
(139,106,113)
#7A5D64
(122,93,100)
#695057
(105,80,87)
#58434A
(88,67,74)
#47363D
(71,54,61)
#362930
(54,41,48)
#251C23
(37,28,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #BE9198

#BE9198
(190,145,152)
#C39BA1
(195,155,161)
#C8A5AA
(200,165,170)
#CDAFB3
(205,175,179)
#D2B9BC
(210,185,188)
#D7C3C5
(215,195,197)
#DCCDCE
(220,205,206)
#E1D7D7
(225,215,215)
#E6E1E0
(230,225,224)
#EBEBE9
(235,235,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9198; }

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

This text font color is #BE9198.


Background Color

.myBgColor { background-color: #BE9198; }

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

This div background color is #BE9198.


Border color

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

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

This div border color is #BE9198.


Opacity

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

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

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

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

This text has shadow with #BE9198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9198 on black background.


Color preview on white background

This text has color #BE9198 on white background.



Black color preview on #BE9198 background

This text has black color on #BE9198 background.


White color preview on #BE9198 background

This text has white color on #BE9198 background.