Shades of Twine #BC8851
Tints of Twine #BC8851
RGB
CMYK
RGB Variations
Color information
#BC8851 (or 0xBC8851) is known color: Twine. HEX triplet: BC, 88 and 51. RGB value is (188,136,81). Sum of RGB (Red+Green+Blue) = 188+136+81=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8851 is #4377AE. Grayscale: #919191. Windows color (decimal): -4421551 or 5343420. OLE color: 5343420.
HSL color Cylindrical-coordinate representation of color #BC8851: hue angle of 30.84º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC8851 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 81 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.26 |
| HSL | 30.84º | 0.44% | 0.53% | - |
| HSV(B) | 30.84º | 0.57% | 0.74% | - |
| XYZ | 31.03 | 28.89 | 11.73 | - |
| YUV | 145.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 81 | 0 | 0.28 | 0.57 | 0.26 | 30.84 | 0.44 | 0.53 |
| Hex | BC | 88 | 51 | 0 | 1C | 39 | 1A | 1F | 2C | 35 |
| Octal | 274 | 210 | 121 | 0 | 34 | 71 | 32 | 37 | 54 | 65 |
| Binary | 10111100 | 10001000 | 1010001 | 0 | 11100 | 111001 | 11010 | 11111 | 101100 | 110101 |
Color Harmonies of #BC8851
Complementary color
Monochromatic Colors of #BC8851
Black with #BC8851
Text Example
Text Example
White with #BC8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8851; }
p { color: rgb(188,136,81); }
H1.HeaderClassName
{
color: #BC8851;
}
.AnyTagClassName
{
color: #BC8851;
}
</style>
background-color css
<style>
a { background-color: #BC8851; }
a { background-color: rgb(188,136,81); }
div.DivClassName
{
background-color: #BC8851;
}
.BgClassName
{
background-color: #BC8851;
}
</style>
border-color css
<style>
span { border-color: #BC8851; }
span { border-color: rgb(188,136,81); }
td.TdClassName
{
border-color: #BC8851;
}
.TagClassName
{
border-color: #BC8851;
}
</style>