HEX: #BE956B
RGB: (190,149,107)
#BE956B contains mainly red and green colors. Web safe color of #BE956B is #CC9966 (or #C96).
#BE956B color RGB value is (190,149,107).
RGB: (190,149,107)
(75%, 58%, 42%)
R 190 of 255 = 75%
G 149 of 255 = 58%
B 107 of 255 = 42%
R + G + B ~ 58%. #BE956B is middle color (not dark and not light).
R + G + B = 190 + 149 + 107 = 446 (100%)
R 190 of 446 ~ 42.6%
G 149 of 446 ~ 33.41%
B 107 of 446 ~ 23.99'%
#BE956B color CMYK value is (0,22,44,25).
CMYK: (0,22,44,25)
C0M22Y44K25 (0%, 22%, 44%, 25%)
(0.00 / 0.22 / 0.44 / 0.25)
Color #BE956B in popluar color models
BE | 95 | 6B | |
---|---|---|---|
RGB | 190 | 149 | 107 |
HSL | 30° | 38.97% | 58.24% |
HSB/HSV | 30° | 43.68% | 74.51% |
CMYK | 0.00% | 21.58% | 43.68% |
25.49% |
Color #BE956B in popluar number systems.
HEX | BE | 95 | 6B |
Decimal | 190 | 149 | 107 |
Binary | 10111110 | 10010101 | 1101011 |
Octal | 276 | 225 | 153 |
Shades of #BE956B
Tints of #BE956B
Examples of css and html codes for elements with #BE956B color. Also use rgb(190,149,107) instead hex code.
.myTextColor { color: #BE956B; }
<p style="color:#BE956B">This sample text font color is #BE956B.</p>
This text font color is #BE956B.
.myBgColor { background-color: #BE956B; }
<div style="background-color:#BE956B">Inner text</div>
This div background color is #BE956B.
.myBorderColor { border: 1px solid #BE956B; }
<div style="border:3px solid #BE956B">Div</div>
This div border color is #BE956B.
.myOpacity80 { color: #BE956B; opacity: 0.8; }
<p style="color:#BE956B;opacity:0.8;">80%</p>
Text with #BE956B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BE956B;}
<p style="text-shadow: 3px 3px 1px #BE956B">Text here.</p>
This text has shadow with #BE956B color.
.textShadow {text-shadow: 3px 3px 1px #BE956B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BE956B, 5px 5px 20px red">Text here.</p>
This text has shadow with #BE956B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE956B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BE956B, Direction=45, Strength=4)">Text</p>
This text has shadow with #BE956B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE956B;
-webkit-box-shadow: 1px 1px 3px 2px #BE956B;
box-shadow: 1px 1px 3px 2px #BE956B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE956B; -webkit-box-shadow: 1px 1px 3px 2px #BE956B; box-shadow:1px 1px 3px 2px #BE956B;">
Div content here
</div>
This text has color #BE956B on black background.
This text has color #BE956B on white background.
This text has black color on #BE956B background.
This text has white color on #BE956B background.
Complementary color for #hex is #416A94.