HEX: #BE9943
RGB: (190,153,67)
#BE9943 contains mainly red and green colors. Web safe color of #BE9943 is #CC9933 (or #C93).
#BE9943 color RGB value is (190,153,67).
RGB: (190,153,67)
(75%, 60%, 26%)
R 190 of 255 = 75%
G 153 of 255 = 60%
B 67 of 255 = 26%
R + G + B ~ 54%. #BE9943 is middle color (not dark and not light).
R + G + B = 190 + 153 + 67 = 410 (100%)
R 190 of 410 ~ 46.34%
G 153 of 410 ~ 37.32%
B 67 of 410 ~ 16.34'%
#BE9943 color CMYK value is (0,19,65,25).
CMYK: (0,19,65,25)
C0M19Y65K25 (0%, 19%, 65%, 25%)
(0.00 / 0.19 / 0.65 / 0.25)
Color #BE9943 in popluar color models
BE | 99 | 43 | |
---|---|---|---|
RGB | 190 | 153 | 67 |
HSL | 42° | 48.62% | 50.39% |
HSB/HSV | 42° | 64.74% | 74.51% |
CMYK | 0.00% | 19.47% | 64.74% |
25.49% |
Color #BE9943 in popluar number systems.
HEX | BE | 99 | 43 |
Decimal | 190 | 153 | 67 |
Binary | 10111110 | 10011001 | 1000011 |
Octal | 276 | 231 | 103 |
Shades of #BE9943
Tints of #BE9943
Examples of css and html codes for elements with #BE9943 color. Also use rgb(190,153,67) instead hex code.
.myTextColor { color: #BE9943; }
<p style="color:#BE9943">This sample text font color is #BE9943.</p>
This text font color is #BE9943.
.myBgColor { background-color: #BE9943; }
<div style="background-color:#BE9943">Inner text</div>
This div background color is #BE9943.
.myBorderColor { border: 1px solid #BE9943; }
<div style="border:3px solid #BE9943">Div</div>
This div border color is #BE9943.
.myOpacity80 { color: #BE9943; opacity: 0.8; }
<p style="color:#BE9943;opacity:0.8;">80%</p>
Text with #BE9943 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE9943;}
<p style="text-shadow: 3px 3px 1px #BE9943">Text here.</p>
This text has shadow with #BE9943 color.
.textShadow {text-shadow: 3px 3px 1px #BE9943', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE9943, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE9943 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE9943, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE9943, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE9943 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE9943;
-webkit-box-shadow: 1px 1px 3px 2px #BE9943;
box-shadow: 1px 1px 3px 2px #BE9943;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE9943; -webkit-box-shadow: 1px 1px 3px 2px #BE9943; box-shadow:1px 1px 3px 2px #BE9943;">
Div content here
</div>
This text has color #BE9943 on black background.
This text has color #BE9943 on white background.
This text has black color on #BE9943 background.
This text has white color on #BE9943 background.
Complementary color for #hex is #4166BC.