HEX: #B1A35D
RGB: (177,163,93)
#B1A35D contains mainly red and green colors. Web safe color of #B1A35D is #999966 (or #996).
#B1A35D color RGB value is (177,163,93).
RGB: (177,163,93)
(69%, 64%, 36%)
R 177 of 255 = 69%
G 163 of 255 = 64%
B 93 of 255 = 36%
R + G + B ~ 56%. #B1A35D is middle color (not dark and not light).
R + G + B = 177 + 163 + 93 = 433 (100%)
R 177 of 433 ~ 40.88%
G 163 of 433 ~ 37.64%
B 93 of 433 ~ 21.48'%
#B1A35D color CMYK value is (0,8,47,31).
CMYK: (0,8,47,31) C0M8Y47K31 (0%,8%,47%,31%) (0.00/0.08/0.47/0.31)
Color #B1A35D in popluar color models
B1 | A3 | 5D | |
---|---|---|---|
RGB | 177 | 163 | 93 |
HSL | 50° | 35.00% | 52.94% |
HSB/HSV | 50° | 47.46% | 69.41% |
CMYK | 0.00% | 7.91% | 47.46% |
30.59% |
Color #B1A35D in popluar number systems.
HEX | B1 | A3 | 5D |
Decimal | 177 | 163 | 93 |
Binary | 10110001 | 10100011 | 1011101 |
Octal | 261 | 243 | 135 |
Shades of #B1A35D
Tints of #B1A35D
Examples of css and html codes for elements with #B1A35D color. Also use rgb(177,163,93) instead hex code.
.myTextColor { color: #B1A35D; }
<p style="color:#B1A35D">This sample text font color is #B1A35D.</p>
This text font color is #B1A35D.
.myBgColor { background-color: #B1A35D; }
<div style="background-color:#B1A35D">Inner text</div>
This div background color is #B1A35D.
.myBorderColor { border: 1px solid #B1A35D; }
<div style="border:3px solid #B1A35D">Div</div>
This div border color is #B1A35D.
.myOpacity80 { color: #B1A35D; opacity: 0.8; }
<p style="color:#B1A35D;opacity:0.8;">80%</p>
Text with #B1A35D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B1A35D;}
<p style="text-shadow: 3px 3px 1px #B1A35D">Text here.</p>
This text has shadow with #B1A35D color.
.textShadow {text-shadow: 3px 3px 1px #B1A35D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B1A35D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B1A35D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B1A35D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B1A35D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B1A35D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B1A35D;
-webkit-box-shadow: 1px 1px 3px 2px #B1A35D;
box-shadow: 1px 1px 3px 2px #B1A35D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B1A35D; -webkit-box-shadow: 1px 1px 3px 2px #B1A35D; box-shadow:1px 1px 3px 2px #B1A35D;">
Div content here
</div>
This text has color #B1A35D on black background.
This text has color #B1A35D on white background.
This text has black color on #B1A35D background.
This text has white color on #B1A35D background.
Complementary color for #hex is #4E5CA2.