Shades of Twine #BC8964
Tints of Twine #BC8964
RGB
CMYK
RGB Variations
Color information
#BC8964 (or 0xBC8964) is known color: Twine. HEX triplet: BC, 89 and 64. RGB value is (188,137,100). Sum of RGB (Red+Green+Blue) = 188+137+100=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8964 is #43769B. Grayscale: #949494. Windows color (decimal): -4421276 or 6588860. OLE color: 6588860.
HSL color Cylindrical-coordinate representation of color #BC8964: hue angle of 25.23º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC8964 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 100 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.26 |
| HSL | 25.23º | 0.4% | 0.56% | - |
| HSV(B) | 25.23º | 0.47% | 0.74% | - |
| XYZ | 31.98 | 29.5 | 16.07 | - |
| YUV | 148.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 100 | 0 | 0.27 | 0.47 | 0.26 | 25.23 | 0.4 | 0.56 |
| Hex | BC | 89 | 64 | 0 | 1B | 2F | 1A | 19 | 28 | 38 |
| Octal | 274 | 211 | 144 | 0 | 33 | 57 | 32 | 31 | 50 | 70 |
| Binary | 10111100 | 10001001 | 1100100 | 0 | 11011 | 101111 | 11010 | 11001 | 101000 | 111000 |
Color Harmonies of #BC8964
Complementary color
Monochromatic Colors of #BC8964
Black with #BC8964
Text Example
Text Example
White with #BC8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8964; }
p { color: rgb(188,137,100); }
H1.HeaderClassName
{
color: #BC8964;
}
.AnyTagClassName
{
color: #BC8964;
}
</style>
background-color css
<style>
a { background-color: #BC8964; }
a { background-color: rgb(188,137,100); }
div.DivClassName
{
background-color: #BC8964;
}
.BgClassName
{
background-color: #BC8964;
}
</style>
border-color css
<style>
span { border-color: #BC8964; }
span { border-color: rgb(188,137,100); }
td.TdClassName
{
border-color: #BC8964;
}
.TagClassName
{
border-color: #BC8964;
}
</style>