HEX: #BE8B6D
RGB: (190,139,109)
#BE8B6D contains mainly red and green colors. Web safe color of #BE8B6D is #CC9966 (or #C96).
#BE8B6D color RGB value is (190,139,109).
RGB: (190,139,109)
(75%, 55%, 43%)
R 190 of 255 = 75%
G 139 of 255 = 55%
B 109 of 255 = 43%
R + G + B ~ 58%. #BE8B6D is middle color (not dark and not light).
R + G + B = 190 + 139 + 109 = 438 (100%)
R 190 of 438 ~ 43.38%
G 139 of 438 ~ 31.74%
B 109 of 438 ~ 24.89'%
#BE8B6D color CMYK value is (0,27,43,25).
CMYK: (0,27,43,25) C0M27Y43K25 (0%,27%,43%,25%) (0.00/0.27/0.43/0.25)
Color #BE8B6D in popluar color models
BE | 8B | 6D | |
---|---|---|---|
RGB | 190 | 139 | 109 |
HSL | 22° | 38.39% | 58.63% |
HSB/HSV | 22° | 42.63% | 74.51% |
CMYK | 0.00% | 26.84% | 42.63% |
25.49% |
Color #BE8B6D in popluar number systems.
HEX | BE | 8B | 6D |
Decimal | 190 | 139 | 109 |
Binary | 10111110 | 10001011 | 1101101 |
Octal | 276 | 213 | 155 |
Shades of #BE8B6D
Tints of #BE8B6D
Examples of css and html codes for elements with #BE8B6D color. Also use rgb(190,139,109) instead hex code.
.myTextColor { color: #BE8B6D; }
<p style="color:#BE8B6D">This sample text font color is #BE8B6D.</p>
This text font color is #BE8B6D.
.myBgColor { background-color: #BE8B6D; }
<div style="background-color:#BE8B6D">Inner text</div>
This div background color is #BE8B6D.
.myBorderColor { border: 1px solid #BE8B6D; }
<div style="border:3px solid #BE8B6D">Div</div>
This div border color is #BE8B6D.
.myOpacity80 { color: #BE8B6D; opacity: 0.8; }
<p style="color:#BE8B6D;opacity:0.8;">80%</p>
Text with #BE8B6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE8B6D;}
<p style="text-shadow: 3px 3px 1px #BE8B6D">Text here.</p>
This text has shadow with #BE8B6D color.
.textShadow {text-shadow: 3px 3px 1px #BE8B6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE8B6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE8B6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE8B6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE8B6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE8B6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE8B6D;
-webkit-box-shadow: 1px 1px 3px 2px #BE8B6D;
box-shadow: 1px 1px 3px 2px #BE8B6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE8B6D; -webkit-box-shadow: 1px 1px 3px 2px #BE8B6D; box-shadow:1px 1px 3px 2px #BE8B6D;">
Div content here
</div>
This text has color #BE8B6D on black background.
This text has color #BE8B6D on white background.
This text has black color on #BE8B6D background.
This text has white color on #BE8B6D background.
Complementary color for #hex is #417492.