HEX: #BB777C
RGB: (187,119,124)
#BB777C contains mainly red color. Web safe color of #BB777C is #CC6666 (or #C66).
#BB777C color RGB value is (187,119,124).
RGB: (187,119,124)
(73%, 47%, 49%)
R 187 of 255 = 73%
G 119 of 255 = 47%
B 124 of 255 = 49%
R + G + B ~ 56%. #BB777C is middle color (not dark and not light).
R + G + B = 187 + 119 + 124 = 430 (100%)
R 187 of 430 ~ 43.49%
G 119 of 430 ~ 27.67%
B 124 of 430 ~ 28.84'%
#BB777C color CMYK value is (0,36,34,27).
CMYK: (0,36,34,27) C0M36Y34K27 (0%,36%,34%,27%) (0.00/0.36/0.34/0.27)
Color #BB777C in popluar color models
BB | 77 | 7C | |
---|---|---|---|
RGB | 187 | 119 | 124 |
HSL | 356° | 33.33% | 60.00% |
HSB/HSV | 356° | 36.36% | 73.33% |
CMYK | 0.00% | 36.36% | 33.69% |
26.67% |
Color #BB777C in popluar number systems.
HEX | BB | 77 | 7C |
Decimal | 187 | 119 | 124 |
Binary | 10111011 | 1110111 | 1111100 |
Octal | 273 | 167 | 174 |
Shades of #BB777C
Tints of #BB777C
Examples of css and html codes for elements with #BB777C color. Also use rgb(187,119,124) instead hex code.
.myTextColor { color: #BB777C; }
<p style="color:#BB777C">This sample text font color is #BB777C.</p>
This text font color is #BB777C.
.myBgColor { background-color: #BB777C; }
<div style="background-color:#BB777C">Inner text</div>
This div background color is #BB777C.
.myBorderColor { border: 1px solid #BB777C; }
<div style="border:3px solid #BB777C">Div</div>
This div border color is #BB777C.
.myOpacity80 { color: #BB777C; opacity: 0.8; }
<p style="color:#BB777C;opacity:0.8;">80%</p>
Text with #BB777C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB777C;}
<p style="text-shadow: 3px 3px 1px #BB777C">Text here.</p>
This text has shadow with #BB777C color.
.textShadow {text-shadow: 3px 3px 1px #BB777C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB777C, 5px 5px 20px red">Text here.</p>
This text has shadow with #BB777C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB777C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB777C, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB777C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB777C;
-webkit-box-shadow: 1px 1px 3px 2px #BB777C;
box-shadow: 1px 1px 3px 2px #BB777C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB777C; -webkit-box-shadow: 1px 1px 3px 2px #BB777C; box-shadow:1px 1px 3px 2px #BB777C;">
Div content here
</div>
This text has color #BB777C on black background.
This text has color #BB777C on white background.
This text has black color on #BB777C background.
This text has white color on #BB777C background.
Complementary color for #hex is #448883.