HEX: #B75C20
RGB: (183,92,32)
#B75C20 contains mainly red color. Web safe color of #B75C20 is #CC6633 (or #C63).
#B75C20 color RGB value is (183,92,32).
RGB: (183,92,32)
(72%, 36%, 13%)
R 183 of 255 = 72%
G 92 of 255 = 36%
B 32 of 255 = 13%
R + G + B ~ 40%. #B75C20 is middle color (not dark and not light).
R + G + B = 183 + 92 + 32 = 307 (100%)
R 183 of 307 ~ 59.61%
G 92 of 307 ~ 29.97%
B 32 of 307 ~ 10.42'%
#B75C20 color CMYK value is (0,50,83,28).
CMYK: (0,50,83,28) C0M50Y83K28 (0%,50%,83%,28%) (0.00/0.50/0.83/0.28)
Color #B75C20 in popluar color models
B7 | 5C | 20 | |
---|---|---|---|
RGB | 183 | 92 | 32 |
HSL | 24° | 70.23% | 42.16% |
HSB/HSV | 24° | 82.51% | 71.76% |
CMYK | 0.00% | 49.73% | 82.51% |
28.24% |
Color #B75C20 in popluar number systems.
HEX | B7 | 5C | 20 |
Decimal | 183 | 92 | 32 |
Binary | 10110111 | 1011100 | 100000 |
Octal | 267 | 134 | 40 |
Shades of #B75C20
Tints of #B75C20
Examples of css and html codes for elements with #B75C20 color. Also use rgb(183,92,32) instead hex code.
.myTextColor { color: #B75C20; }
<p style="color:#B75C20">This sample text font color is #B75C20.</p>
This text font color is #B75C20.
.myBgColor { background-color: #B75C20; }
<div style="background-color:#B75C20">Inner text</div>
This div background color is #B75C20.
.myBorderColor { border: 1px solid #B75C20; }
<div style="border:3px solid #B75C20">Div</div>
This div border color is #B75C20.
.myOpacity80 { color: #B75C20; opacity: 0.8; }
<p style="color:#B75C20;opacity:0.8;">80%</p>
Text with #B75C20 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B75C20;}
<p style="text-shadow: 3px 3px 1px #B75C20">Text here.</p>
This text has shadow with #B75C20 color.
.textShadow {text-shadow: 3px 3px 1px #B75C20', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B75C20, 5px 5px 20px red">Text here.</p>
This text has shadow with #B75C20 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B75C20, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B75C20, Direction=45, Strength=4)">Text</p>
This text has shadow with #B75C20 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B75C20;
-webkit-box-shadow: 1px 1px 3px 2px #B75C20;
box-shadow: 1px 1px 3px 2px #B75C20;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B75C20; -webkit-box-shadow: 1px 1px 3px 2px #B75C20; box-shadow:1px 1px 3px 2px #B75C20;">
Div content here
</div>
This text has color #B75C20 on black background.
This text has color #B75C20 on white background.
This text has black color on #B75C20 background.
This text has white color on #B75C20 background.
Complementary color for #hex is #48A3DF.