COLOR #BE8172

HEX: #BE8172
RGB: (190,129,114)

Color info

#BE8172 contains mainly red color. Web safe color of #BE8172 is #CC9966 (or #C96).

RGB color model

#BE8172 color RGB value is (190,129,114).

  • red value is 190;
  • green value is 129;
  • blue value is 114.
RGB:
(190,129,114)
(75%,51%,45%)

RGB channels and saturation

R 190 of 255 = 75%
G 129 of 255 = 51%
B 114 of 255 = 45%

190
129
114

R + G + B ~ 57%. #BE8172 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 129 + 114 = 433 (100%)
R 190 of 433 ~ 43.88%
G 129 of 433 ~ 29.79%
B 114 of 433 ~ 26.33%

%43.88
%29.79
%26.33

CMYK color model

#BE8172 color CMYK value is (0,32,40,25).

  • cyan value is 0.00%
  • magenta value is 32.11%
  • yellow value is 40.00%
  • key color value is 25.49%
CMYK:
(0,32,40,25)
C0M32Y40K25 
(0%,32%,40%,25%)
(0.00/0.32/0.40/0.25)	

CMYK percentages

%0
%32.11
%40
%25.49

Codes

Color #BE8172 in popluar color models

BE8172
RGB190129114
HSL12°36.89%59.61%
HSB/HSV12°40.00%74.51%
CMYK0.00%32.11%40.00%
25.49%

Color #BE8172 in popluar number systems.

HEXBE8172
Decimal190129114
Binary10111110100000011110010
Octal276201162

Shades and tints

Shades of #BE8172

#BE8172
(190,129,114)
#AD7668
(173,118,104)
#9C6B5E
(156,107,94)
#8B6054
(139,96,84)
#7A554A
(122,85,74)
#694A40
(105,74,64)
#583F36
(88,63,54)
#47342C
(71,52,44)
#362922
(54,41,34)
#251E18
(37,30,24)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #BE8172

#BE8172
(190,129,114)
#C38C7E
(195,140,126)
#C8978A
(200,151,138)
#CDA296
(205,162,150)
#D2ADA2
(210,173,162)
#D7B8AE
(215,184,174)
#DCC3BA
(220,195,186)
#E1CEC6
(225,206,198)
#E6D9D2
(230,217,210)
#EBE4DE
(235,228,222)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8172 color. Also use rgb(190,129,114) instead hex code.

Text Font Color

.myTextColor { color: #BE8172; }

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

This text font color is #BE8172.


Background Color

.myBgColor { background-color: #BE8172; }

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

This div background color is #BE8172.


Border color

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

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

This div border color is #BE8172.


Opacity

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

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

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

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

This text has shadow with #BE8172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8172 on black background.


Color preview on white background

This text has color #BE8172 on white background.



Black color preview on #BE8172 background

This text has black color on #BE8172 background.


White color preview on #BE8172 background

This text has white color on #BE8172 background.