COLOR #BE9BA4

HEX: #BE9BA4
RGB: (190,155,164)

Color info

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

RGB color model

#BE9BA4 color RGB value is (190,155,164).

  • red value is 190;
  • green value is 155;
  • blue value is 164.
RGB:
(190,155,164)
(75%,61%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 164 of 255 = 64%

190
155
164

R + G + B ~ 67%. #BE9BA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 155 + 164 = 509 (100%)
R 190 of 509 ~ 37.33%
G 155 of 509 ~ 30.45%
B 164 of 509 ~ 32.22%

%37.33
%30.45
%32.22

CMYK color model

#BE9BA4 color CMYK value is (0,18,14,25).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 13.68%
  • key color value is 25.49%
CMYK:
(0,18,14,25)
C0M18Y14K25 
(0%,18%,14%,25%)
(0.00/0.18/0.14/0.25)	

CMYK percentages

%0
%18.42
%13.68
%25.49

Codes

Color #BE9BA4 in popluar color models

BE9BA4
RGB190155164
HSL345°21.21%67.65%
HSB/HSV345°18.42%74.51%
CMYK0.00%18.42%13.68%
25.49%

Color #BE9BA4 in popluar number systems.

HEXBE9BA4
Decimal190155164
Binary101111101001101110100100
Octal276233244

Shades and tints

Shades of #BE9BA4

#BE9BA4
(190,155,164)
#AD8D96
(173,141,150)
#9C7F88
(156,127,136)
#8B717A
(139,113,122)
#7A636C
(122,99,108)
#69555E
(105,85,94)
#584750
(88,71,80)
#473942
(71,57,66)
#362B34
(54,43,52)
#251D26
(37,29,38)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #BE9BA4

#BE9BA4
(190,155,164)
#C3A4AC
(195,164,172)
#C8ADB4
(200,173,180)
#CDB6BC
(205,182,188)
#D2BFC4
(210,191,196)
#D7C8CC
(215,200,204)
#DCD1D4
(220,209,212)
#E1DADC
(225,218,220)
#E6E3E4
(230,227,228)
#EBECEC
(235,236,236)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BA4; }

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

This text font color is #BE9BA4.


Background Color

.myBgColor { background-color: #BE9BA4; }

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

This div background color is #BE9BA4.


Border color

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

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

This div border color is #BE9BA4.


Opacity

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

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

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

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

This text has shadow with #BE9BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9BA4 on black background.


Color preview on white background

This text has color #BE9BA4 on white background.



Black color preview on #BE9BA4 background

This text has black color on #BE9BA4 background.


White color preview on #BE9BA4 background

This text has white color on #BE9BA4 background.