Shades of Twine #BC8760
Tints of Twine #BC8760
RGB
CMYK
RGB Variations
Color information
#BC8760 (or 0xBC8760) is known color: Twine. HEX triplet: BC, 87 and 60. RGB value is (188,135,96). Sum of RGB (Red+Green+Blue) = 188+135+96=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8760 is #43789F. Grayscale: #929292. Windows color (decimal): -4421792 or 6326204. OLE color: 6326204.
HSL color Cylindrical-coordinate representation of color #BC8760: hue angle of 25.43º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC8760 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 96 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.26 |
| HSL | 25.43º | 0.41% | 0.56% | - |
| HSV(B) | 25.43º | 0.49% | 0.74% | - |
| XYZ | 31.51 | 28.86 | 14.98 | - |
| YUV | 146.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 96 | 0 | 0.28 | 0.49 | 0.26 | 25.43 | 0.41 | 0.56 |
| Hex | BC | 87 | 60 | 0 | 1C | 31 | 1A | 19 | 29 | 38 |
| Octal | 274 | 207 | 140 | 0 | 34 | 61 | 32 | 31 | 51 | 70 |
| Binary | 10111100 | 10000111 | 1100000 | 0 | 11100 | 110001 | 11010 | 11001 | 101001 | 111000 |
Color Harmonies of #BC8760
Complementary color
Monochromatic Colors of #BC8760
Black with #BC8760
Text Example
Text Example
White with #BC8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8760; }
p { color: rgb(188,135,96); }
H1.HeaderClassName
{
color: #BC8760;
}
.AnyTagClassName
{
color: #BC8760;
}
</style>
background-color css
<style>
a { background-color: #BC8760; }
a { background-color: rgb(188,135,96); }
div.DivClassName
{
background-color: #BC8760;
}
.BgClassName
{
background-color: #BC8760;
}
</style>
border-color css
<style>
span { border-color: #BC8760; }
span { border-color: rgb(188,135,96); }
td.TdClassName
{
border-color: #BC8760;
}
.TagClassName
{
border-color: #BC8760;
}
</style>