COLOR #BE9084

HEX: #BE9084
RGB: (190,144,132)

Color info

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

RGB color model

#BE9084 color RGB value is (190,144,132).

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

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 132 of 255 = 52%

190
144
132

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

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 132 = 466 (100%)
R 190 of 466 ~ 40.77%
G 144 of 466 ~ 30.9%
B 132 of 466 ~ 28.33%

%40.77
%30.9
%28.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.21%
  • 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
%24.21
%30.53
%25.49

Codes

Color #BE9084 in popluar color models

BE9084
RGB190144132
HSL12°30.85%63.14%
HSB/HSV12°30.53%74.51%
CMYK0.00%24.21%30.53%
25.49%

Color #BE9084 in popluar number systems.

HEXBE9084
Decimal190144132
Binary101111101001000010000100
Octal276220204

Shades and tints

Shades of #BE9084

#BE9084
(190,144,132)
#AD8378
(173,131,120)
#9C766C
(156,118,108)
#8B6960
(139,105,96)
#7A5C54
(122,92,84)
#694F48
(105,79,72)
#58423C
(88,66,60)
#473530
(71,53,48)
#362824
(54,40,36)
#251B18
(37,27,24)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #BE9084

#BE9084
(190,144,132)
#C39A8F
(195,154,143)
#C8A49A
(200,164,154)
#CDAEA5
(205,174,165)
#D2B8B0
(210,184,176)
#D7C2BB
(215,194,187)
#DCCCC6
(220,204,198)
#E1D6D1
(225,214,209)
#E6E0DC
(230,224,220)
#EBEAE7
(235,234,231)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9084; }

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

This text font color is #BE9084.


Background Color

.myBgColor { background-color: #BE9084; }

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

This div background color is #BE9084.


Border color

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

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

This div border color is #BE9084.


Opacity

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

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

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

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

This text has shadow with #BE9084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9084 on black background.


Color preview on white background

This text has color #BE9084 on white background.



Black color preview on #BE9084 background

This text has black color on #BE9084 background.


White color preview on #BE9084 background

This text has white color on #BE9084 background.