HEX: #B88219
RGB: (184,130,25)
#B88219 contains mainly red and green colors. Web safe color of #B88219 is #CC9900 (or #C90).
#B88219 color RGB value is (184,130,25).
RGB: (184,130,25) (72%,51%,10%)
R 184 of 255 = 72%
G 130 of 255 = 51%
B 25 of 255 = 10%
R + G + B ~ 44%. #B88219 is middle color (not dark and not light).
R + G + B =
184 + 130 + 25 = 339 (100%)
R 184 of 339 ~ 54.28%
G 130 of 339 ~ 38.35%
B 25 of 339 ~ 7.37%
#B88219 color CMYK value is (0,29,86,28).
CMYK: (0,29,86,28) C0M29Y86K28 (0%,29%,86%,28%) (0.00/0.29/0.86/0.28)
B8 | 82 | 19 | |
---|---|---|---|
RGB | 184 | 130 | 25 |
HSL | 40° | 76.08% | 40.98% |
HSB/HSV | 40° | 86.41% | 72.16% |
CMYK | 0.00% | 29.35% | 86.41% |
27.84% |
HEX | B8 | 82 | 19 |
Decimal | 184 | 130 | 25 |
Binary | 10111000 | 10000010 | 11001 |
Octal | 270 | 202 | 31 |
Examples of css and html codes for elements with #B88219 color. Also use rgb(184,130,25) instead hex code.
.myTextColor { color: #B88219; }
<p style="color:#B88219">This sample text font color is #B88219.</p>
This text font color is #B88219.
.myBgColor { background-color: #B88219; }
<div style="background-color:#B88219">Inner text</div>
This div background color is #B88219.
.myBorderColor { border: 1px solid #B88219; }
<div style="border:3px solid #B88219">Div</div>
This div border color is #B88219.
.myOpacity80 { color: #B88219; opacity: 0.8; }
<p style="color:#B88219;opacity:0.8;">80%</p>
Text with #B88219 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B88219;}
<p style="text-shadow: 3px 3px 1px #B88219">Text here.</p>
This text has shadow with #B88219 color.
.textShadow {text-shadow: 3px 3px 1px #B88219, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B88219, 5px 5px 20px red">Text here.</p>
This text has shadow with #B88219 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B88219, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B88219, Direction=45, Strength=4)">Text</p>
This text has shadow with #B88219 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B88219; -webkit-box-shadow: 1px 1px 3px 2px #B88219; box-shadow: 1px 1px 3px 2px #B88219; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B88219; -webkit-box-shadow: 1px 1px 3px 2px #B88219; box-shadow:1px 1px 3px 2px #B88219;">
Div content here</div>
This text has color #B88219 on black background.
This text has color #B88219 on white background.
This text has black color on #B88219 background.
This text has white color on #B88219 background.