HEX: #BB7B46
RGB: (187,123,70)
#BB7B46 contains mainly red color. Web safe color of #BB7B46 is #CC6633 (or #C63).
#BB7B46 color RGB value is (187,123,70).
RGB: (187,123,70)
(73%, 48%, 27%)
R 187 of 255 = 73%
G 123 of 255 = 48%
B 70 of 255 = 27%
R + G + B ~ 49%. #BB7B46 is middle color (not dark and not light).
R + G + B = 187 + 123 + 70 = 380 (100%)
R 187 of 380 ~ 49.21%
G 123 of 380 ~ 32.37%
B 70 of 380 ~ 18.42'%
#BB7B46 color CMYK value is (0,34,63,27).
CMYK: (0,34,63,27)
C0M34Y63K27 (0%, 34%, 63%, 27%)
(0.00 / 0.34 / 0.63 / 0.27)
Color #BB7B46 in popluar color models
BB | 7B | 46 | |
---|---|---|---|
RGB | 187 | 123 | 70 |
HSL | 27° | 46.25% | 50.39% |
HSB/HSV | 27° | 62.57% | 73.33% |
CMYK | 0.00% | 34.22% | 62.57% |
26.67% |
Color #BB7B46 in popluar number systems.
HEX | BB | 7B | 46 |
Decimal | 187 | 123 | 70 |
Binary | 10111011 | 1111011 | 1000110 |
Octal | 273 | 173 | 106 |
Shades of #BB7B46
Tints of #BB7B46
Examples of css and html codes for elements with #BB7B46 color. Also use rgb(187,123,70) instead hex code.
.myTextColor { color: #BB7B46; }
<p style="color:#BB7B46">This sample text font color is #BB7B46.</p>
This text font color is #BB7B46.
.myBgColor { background-color: #BB7B46; }
<div style="background-color:#BB7B46">Inner text</div>
This div background color is #BB7B46.
.myBorderColor { border: 1px solid #BB7B46; }
<div style="border:3px solid #BB7B46">Div</div>
This div border color is #BB7B46.
.myOpacity80 { color: #BB7B46; opacity: 0.8; }
<p style="color:#BB7B46;opacity:0.8;">80%</p>
Text with #BB7B46 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB7B46;}
<p style="text-shadow: 3px 3px 1px #BB7B46">Text here.</p>
This text has shadow with #BB7B46 color.
.textShadow {text-shadow: 3px 3px 1px #BB7B46', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB7B46, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB7B46 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB7B46, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB7B46, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB7B46 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB7B46;
-webkit-box-shadow: 1px 1px 3px 2px #BB7B46;
box-shadow: 1px 1px 3px 2px #BB7B46;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB7B46; -webkit-box-shadow: 1px 1px 3px 2px #BB7B46; box-shadow:1px 1px 3px 2px #BB7B46;">
Div content here
</div>
This text has color #BB7B46 on black background.
This text has color #BB7B46 on white background.
This text has black color on #BB7B46 background.
This text has white color on #BB7B46 background.
Complementary color for #hex is #4484B9.