COLOR #BE9184

HEX: #BE9184
RGB: (190,145,132)

Color info

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

RGB color model

#BE9184 color RGB value is (190,145,132).

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

RGB channels and saturation

R 190 of 255 = 75%
G 145 of 255 = 57%
B 132 of 255 = 52%

190
145
132

R + G + B ~ 61%. #BE9184 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 145 + 132 = 467 (100%)
R 190 of 467 ~ 40.69%
G 145 of 467 ~ 31.05%
B 132 of 467 ~ 28.27%

%40.69
%31.05
%28.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 30.53%
  • key color value is 25.49%
CMYK:
(0,24,31,25)
C0M24Y31K25 
(0%,24%,31%,25%)
(0.00/0.24/0.31/0.25)	

CMYK percentages

%0
%23.68
%30.53
%25.49

Codes

Color #BE9184 in popluar color models

BE9184
RGB190145132
HSL13°30.85%63.14%
HSB/HSV13°30.53%74.51%
CMYK0.00%23.68%30.53%
25.49%

Color #BE9184 in popluar number systems.

HEXBE9184
Decimal190145132
Binary101111101001000110000100
Octal276221204

Shades and tints

Shades of #BE9184

#BE9184
(190,145,132)
#AD8478
(173,132,120)
#9C776C
(156,119,108)
#8B6A60
(139,106,96)
#7A5D54
(122,93,84)
#695048
(105,80,72)
#58433C
(88,67,60)
#473630
(71,54,48)
#362924
(54,41,36)
#251C18
(37,28,24)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #BE9184

#BE9184
(190,145,132)
#C39B8F
(195,155,143)
#C8A59A
(200,165,154)
#CDAFA5
(205,175,165)
#D2B9B0
(210,185,176)
#D7C3BB
(215,195,187)
#DCCDC6
(220,205,198)
#E1D7D1
(225,215,209)
#E6E1DC
(230,225,220)
#EBEBE7
(235,235,231)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9184; }

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

This text font color is #BE9184.


Background Color

.myBgColor { background-color: #BE9184; }

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

This div background color is #BE9184.


Border color

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

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

This div border color is #BE9184.


Opacity

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

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

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

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

This text has shadow with #BE9184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9184 on black background.


Color preview on white background

This text has color #BE9184 on white background.



Black color preview on #BE9184 background

This text has black color on #BE9184 background.


White color preview on #BE9184 background

This text has white color on #BE9184 background.