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