HEX: #BE975C
RGB: (190,151,92)
#BE975C contains mainly red and green colors. Web safe color of #BE975C is #CC9966 (or #C96).
#BE975C color RGB value is (190,151,92).
RGB: (190,151,92)
(75%, 59%, 36%)
R 190 of 255 = 75%
G 151 of 255 = 59%
B 92 of 255 = 36%
R + G + B ~ 57%. #BE975C is middle color (not dark and not light).
R + G + B = 190 + 151 + 92 = 433 (100%)
R 190 of 433 ~ 43.88%
G 151 of 433 ~ 34.87%
B 92 of 433 ~ 21.25'%
#BE975C color CMYK value is (0,21,52,25).
CMYK: (0,21,52,25) C0M21Y52K25 (0%,21%,52%,25%) (0.00/0.21/0.52/0.25)
Color #BE975C in popluar color models
BE | 97 | 5C | |
---|---|---|---|
RGB | 190 | 151 | 92 |
HSL | 36° | 42.98% | 55.29% |
HSB/HSV | 36° | 51.58% | 74.51% |
CMYK | 0.00% | 20.53% | 51.58% |
25.49% |
Color #BE975C in popluar number systems.
HEX | BE | 97 | 5C |
Decimal | 190 | 151 | 92 |
Binary | 10111110 | 10010111 | 1011100 |
Octal | 276 | 227 | 134 |
Shades of #BE975C
Tints of #BE975C
Examples of css and html codes for elements with #BE975C color. Also use rgb(190,151,92) instead hex code.
.myTextColor { color: #BE975C; }
<p style="color:#BE975C">This sample text font color is #BE975C.</p>
This text font color is #BE975C.
.myBgColor { background-color: #BE975C; }
<div style="background-color:#BE975C">Inner text</div>
This div background color is #BE975C.
.myBorderColor { border: 1px solid #BE975C; }
<div style="border:3px solid #BE975C">Div</div>
This div border color is #BE975C.
.myOpacity80 { color: #BE975C; opacity: 0.8; }
<p style="color:#BE975C;opacity:0.8;">80%</p>
Text with #BE975C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE975C;}
<p style="text-shadow: 3px 3px 1px #BE975C">Text here.</p>
This text has shadow with #BE975C color.
.textShadow {text-shadow: 3px 3px 1px #BE975C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE975C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE975C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE975C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE975C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE975C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE975C;
-webkit-box-shadow: 1px 1px 3px 2px #BE975C;
box-shadow: 1px 1px 3px 2px #BE975C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE975C; -webkit-box-shadow: 1px 1px 3px 2px #BE975C; box-shadow:1px 1px 3px 2px #BE975C;">
Div content here
</div>
This text has color #BE975C on black background.
This text has color #BE975C on white background.
This text has black color on #BE975C background.
This text has white color on #BE975C background.
Complementary color for #hex is #4168A3.