HEX: #BB6127
RGB: (187,97,39)
#BB6127 contains mainly red color. Web safe color of #BB6127 is #CC6633 (or #C63).
#BB6127 color RGB value is (187,97,39).
RGB: (187,97,39)
(73%, 38%, 15%)
R 187 of 255 = 73%
G 97 of 255 = 38%
B 39 of 255 = 15%
R + G + B ~ 42%. #BB6127 is middle color (not dark and not light).
R + G + B = 187 + 97 + 39 = 323 (100%)
R 187 of 323 ~ 57.89%
G 97 of 323 ~ 30.03%
B 39 of 323 ~ 12.07'%
#BB6127 color CMYK value is (0,48,79,27).
CMYK: (0,48,79,27)
C0M48Y79K27 (0%, 48%, 79%, 27%)
(0.00 / 0.48 / 0.79 / 0.27)
Color #BB6127 in popluar color models
BB | 61 | 27 | |
---|---|---|---|
RGB | 187 | 97 | 39 |
HSL | 24° | 65.49% | 44.31% |
HSB/HSV | 24° | 79.14% | 73.33% |
CMYK | 0.00% | 48.13% | 79.14% |
26.67% |
Color #BB6127 in popluar number systems.
HEX | BB | 61 | 27 |
Decimal | 187 | 97 | 39 |
Binary | 10111011 | 1100001 | 100111 |
Octal | 273 | 141 | 47 |
Shades of #BB6127
Tints of #BB6127
Examples of css and html codes for elements with #BB6127 color. Also use rgb(187,97,39) instead hex code.
.myTextColor { color: #BB6127; }
<p style="color:#BB6127">This sample text font color is #BB6127.</p>
This text font color is #BB6127.
.myBgColor { background-color: #BB6127; }
<div style="background-color:#BB6127">Inner text</div>
This div background color is #BB6127.
.myBorderColor { border: 1px solid #BB6127; }
<div style="border:3px solid #BB6127">Div</div>
This div border color is #BB6127.
.myOpacity80 { color: #BB6127; opacity: 0.8; }
<p style="color:#BB6127;opacity:0.8;">80%</p>
Text with #BB6127 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB6127;}
<p style="text-shadow: 3px 3px 1px #BB6127">Text here.</p>
This text has shadow with #BB6127 color.
.textShadow {text-shadow: 3px 3px 1px #BB6127', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB6127, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB6127 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB6127, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB6127, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB6127 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB6127;
-webkit-box-shadow: 1px 1px 3px 2px #BB6127;
box-shadow: 1px 1px 3px 2px #BB6127;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB6127; -webkit-box-shadow: 1px 1px 3px 2px #BB6127; box-shadow:1px 1px 3px 2px #BB6127;">
Div content here
</div>
This text has color #BB6127 on black background.
This text has color #BB6127 on white background.
This text has black color on #BB6127 background.
This text has white color on #BB6127 background.
Complementary color for #hex is #449ED8.