HEX: #BE9472
RGB: (190,148,114)
#BE9472 contains mainly red and green colors. Web safe color of #BE9472 is #CC9966 (or #C96).
#BE9472 color RGB value is (190,148,114).
RGB: (190,148,114)
(75%, 58%, 45%)
R 190 of 255 = 75%
G 148 of 255 = 58%
B 114 of 255 = 45%
R + G + B ~ 59%. #BE9472 is middle color (not dark and not light).
R + G + B = 190 + 148 + 114 = 452 (100%)
R 190 of 452 ~ 42.04%
G 148 of 452 ~ 32.74%
B 114 of 452 ~ 25.22'%
#BE9472 color CMYK value is (0,22,40,25).
CMYK: (0,22,40,25) C0M22Y40K25 (0%,22%,40%,25%) (0.00/0.22/0.40/0.25)
Color #BE9472 in popluar color models
BE | 94 | 72 | |
---|---|---|---|
RGB | 190 | 148 | 114 |
HSL | 27° | 36.89% | 59.61% |
HSB/HSV | 27° | 40.00% | 74.51% |
CMYK | 0.00% | 22.11% | 40.00% |
25.49% |
Color #BE9472 in popluar number systems.
HEX | BE | 94 | 72 |
Decimal | 190 | 148 | 114 |
Binary | 10111110 | 10010100 | 1110010 |
Octal | 276 | 224 | 162 |
Shades of #BE9472
Tints of #BE9472
Examples of css and html codes for elements with #BE9472 color. Also use rgb(190,148,114) instead hex code.
.myTextColor { color: #BE9472; }
<p style="color:#BE9472">This sample text font color is #BE9472.</p>
This text font color is #BE9472.
.myBgColor { background-color: #BE9472; }
<div style="background-color:#BE9472">Inner text</div>
This div background color is #BE9472.
.myBorderColor { border: 1px solid #BE9472; }
<div style="border:3px solid #BE9472">Div</div>
This div border color is #BE9472.
.myOpacity80 { color: #BE9472; opacity: 0.8; }
<p style="color:#BE9472;opacity:0.8;">80%</p>
Text with #BE9472 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE9472;}
<p style="text-shadow: 3px 3px 1px #BE9472">Text here.</p>
This text has shadow with #BE9472 color.
.textShadow {text-shadow: 3px 3px 1px #BE9472', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE9472, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE9472 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE9472, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE9472, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE9472 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE9472;
-webkit-box-shadow: 1px 1px 3px 2px #BE9472;
box-shadow: 1px 1px 3px 2px #BE9472;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE9472; -webkit-box-shadow: 1px 1px 3px 2px #BE9472; box-shadow:1px 1px 3px 2px #BE9472;">
Div content here
</div>
This text has color #BE9472 on black background.
This text has color #BE9472 on white background.
This text has black color on #BE9472 background.
This text has white color on #BE9472 background.
Complementary color for #hex is #416B8D.