HEX: #B5816A
RGB: (181,129,106)
#B5816A contains mainly red and green colors. Web safe color of #B5816A is #CC9966 (or #C96).
#B5816A color RGB value is (181,129,106).
RGB: (181,129,106) (71%,51%,42%)
R 181 of 255 = 71%
G 129 of 255 = 51%
B 106 of 255 = 42%
R + G + B ~ 55%. #B5816A is middle color (not dark and not light).
R + G + B =
181 + 129 + 106 = 416 (100%)
R 181 of 416 ~ 43.51%
G 129 of 416 ~ 31.01%
B 106 of 416 ~ 25.48%
#B5816A color CMYK value is (0,29,41,29).
CMYK: (0,29,41,29) C0M29Y41K29 (0%,29%,41%,29%) (0.00/0.29/0.41/0.29)
B5 | 81 | 6A | |
---|---|---|---|
RGB | 181 | 129 | 106 |
HSL | 18° | 33.63% | 56.27% |
HSB/HSV | 18° | 41.44% | 70.98% |
CMYK | 0.00% | 28.73% | 41.44% |
29.02% |
HEX | B5 | 81 | 6A |
Decimal | 181 | 129 | 106 |
Binary | 10110101 | 10000001 | 1101010 |
Octal | 265 | 201 | 152 |
Examples of css and html codes for elements with #B5816A color. Also use rgb(181,129,106) instead hex code.
.myTextColor { color: #B5816A; }
<p style="color:#B5816A">This sample text font color is #B5816A.</p>
This text font color is #B5816A.
.myBgColor { background-color: #B5816A; }
<div style="background-color:#B5816A">Inner text</div>
This div background color is #B5816A.
.myBorderColor { border: 1px solid #B5816A; }
<div style="border:3px solid #B5816A">Div</div>
This div border color is #B5816A.
.myOpacity80 { color: #B5816A; opacity: 0.8; }
<p style="color:#B5816A;opacity:0.8;">80%</p>
Text with #B5816A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5816A;}
<p style="text-shadow: 3px 3px 1px #B5816A">Text here.</p>
This text has shadow with #B5816A color.
.textShadow {text-shadow: 3px 3px 1px #B5816A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5816A, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5816A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5816A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5816A, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5816A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5816A; -webkit-box-shadow: 1px 1px 3px 2px #B5816A; box-shadow: 1px 1px 3px 2px #B5816A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5816A; -webkit-box-shadow: 1px 1px 3px 2px #B5816A; box-shadow:1px 1px 3px 2px #B5816A;">
Div content here</div>
This text has color #B5816A on black background.
This text has color #B5816A on white background.
This text has black color on #B5816A background.
This text has white color on #B5816A background.