Shades of Twine #BC8557
Tints of Twine #BC8557
RGB
CMYK
RGB Variations
Color information
#BC8557 (or 0xBC8557) is known color: Twine. HEX triplet: BC, 85 and 57. RGB value is (188,133,87). Sum of RGB (Red+Green+Blue) = 188+133+87=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8557 is #437AA8. Grayscale: #909090. Windows color (decimal): -4422313 or 5735868. OLE color: 5735868.
HSL color Cylindrical-coordinate representation of color #BC8557: hue angle of 27.33º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC8557 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 87 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.26 |
| HSL | 27.33º | 0.43% | 0.54% | - |
| HSV(B) | 27.33º | 0.54% | 0.74% | - |
| XYZ | 30.85 | 28.15 | 12.83 | - |
| YUV | 144.2 | 95.72 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 87 | 0 | 0.29 | 0.54 | 0.26 | 27.33 | 0.43 | 0.54 |
| Hex | BC | 85 | 57 | 0 | 1D | 36 | 1A | 1B | 2B | 36 |
| Octal | 274 | 205 | 127 | 0 | 35 | 66 | 32 | 33 | 53 | 66 |
| Binary | 10111100 | 10000101 | 1010111 | 0 | 11101 | 110110 | 11010 | 11011 | 101011 | 110110 |
Color Harmonies of #BC8557
Complementary color
Monochromatic Colors of #BC8557
Black with #BC8557
Text Example
Text Example
White with #BC8557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8557; }
p { color: rgb(188,133,87); }
H1.HeaderClassName
{
color: #BC8557;
}
.AnyTagClassName
{
color: #BC8557;
}
</style>
background-color css
<style>
a { background-color: #BC8557; }
a { background-color: rgb(188,133,87); }
div.DivClassName
{
background-color: #BC8557;
}
.BgClassName
{
background-color: #BC8557;
}
</style>
border-color css
<style>
span { border-color: #BC8557; }
span { border-color: rgb(188,133,87); }
td.TdClassName
{
border-color: #BC8557;
}
.TagClassName
{
border-color: #BC8557;
}
</style>