HEX: #BE5538
RGB: (190,85,56)
#BE5538 contains mainly red color. Web safe color of #BE5538 is #CC6633 (or #C63).
#BE5538 color RGB value is (190,85,56).
RGB: (190,85,56)
(75%, 33%, 22%)
R 190 of 255 = 75%
G 85 of 255 = 33%
B 56 of 255 = 22%
R + G + B ~ 43%. #BE5538 is middle color (not dark and not light).
R + G + B = 190 + 85 + 56 = 331 (100%)
R 190 of 331 ~ 57.4%
G 85 of 331 ~ 25.68%
B 56 of 331 ~ 16.92'%
#BE5538 color CMYK value is (0,55,71,25).
CMYK: (0,55,71,25)
C0M55Y71K25 (0%, 55%, 71%, 25%)
(0.00 / 0.55 / 0.71 / 0.25)
Color #BE5538 in popluar color models
BE | 55 | 38 | |
---|---|---|---|
RGB | 190 | 85 | 56 |
HSL | 13° | 54.47% | 48.24% |
HSB/HSV | 13° | 70.53% | 74.51% |
CMYK | 0.00% | 55.26% | 70.53% |
25.49% |
Color #BE5538 in popluar number systems.
HEX | BE | 55 | 38 |
Decimal | 190 | 85 | 56 |
Binary | 10111110 | 1010101 | 111000 |
Octal | 276 | 125 | 70 |
Shades of #BE5538
Tints of #BE5538
Examples of css and html codes for elements with #BE5538 color. Also use rgb(190,85,56) instead hex code.
.myTextColor { color: #BE5538; }
<p style="color:#BE5538">This sample text font color is #BE5538.</p>
This text font color is #BE5538.
.myBgColor { background-color: #BE5538; }
<div style="background-color:#BE5538">Inner text</div>
This div background color is #BE5538.
.myBorderColor { border: 1px solid #BE5538; }
<div style="border:3px solid #BE5538">Div</div>
This div border color is #BE5538.
.myOpacity80 { color: #BE5538; opacity: 0.8; }
<p style="color:#BE5538;opacity:0.8;">80%</p>
Text with #BE5538 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE5538;}
<p style="text-shadow: 3px 3px 1px #BE5538">Text here.</p>
This text has shadow with #BE5538 color.
.textShadow {text-shadow: 3px 3px 1px #BE5538', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE5538, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE5538 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE5538, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE5538, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE5538 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE5538;
-webkit-box-shadow: 1px 1px 3px 2px #BE5538;
box-shadow: 1px 1px 3px 2px #BE5538;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE5538; -webkit-box-shadow: 1px 1px 3px 2px #BE5538; box-shadow:1px 1px 3px 2px #BE5538;">
Div content here
</div>
This text has color #BE5538 on black background.
This text has color #BE5538 on white background.
This text has black color on #BE5538 background.
This text has white color on #BE5538 background.
Complementary color for #hex is #41AAC7.