Shades of Twine #BC8764
Tints of Twine #BC8764
RGB
CMYK
RGB Variations
Color information
#BC8764 (or 0xBC8764) is known color: Twine. HEX triplet: BC, 87 and 64. RGB value is (188,135,100). Sum of RGB (Red+Green+Blue) = 188+135+100=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8764 is #43789B. Grayscale: #939393. Windows color (decimal): -4421788 or 6588348. OLE color: 6588348.
HSL color Cylindrical-coordinate representation of color #BC8764: hue angle of 23.86º 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 #BC8764 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 100 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.26 |
| HSL | 23.86º | 0.4% | 0.56% | - |
| HSV(B) | 23.86º | 0.47% | 0.74% | - |
| XYZ | 31.7 | 28.94 | 15.97 | - |
| YUV | 146.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 100 | 0 | 0.28 | 0.47 | 0.26 | 23.86 | 0.4 | 0.56 |
| Hex | BC | 87 | 64 | 0 | 1C | 2F | 1A | 18 | 28 | 38 |
| Octal | 274 | 207 | 144 | 0 | 34 | 57 | 32 | 30 | 50 | 70 |
| Binary | 10111100 | 10000111 | 1100100 | 0 | 11100 | 101111 | 11010 | 11000 | 101000 | 111000 |
Color Harmonies of #BC8764
Complementary color
Monochromatic Colors of #BC8764
Black with #BC8764
Text Example
Text Example
White with #BC8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8764; }
p { color: rgb(188,135,100); }
H1.HeaderClassName
{
color: #BC8764;
}
.AnyTagClassName
{
color: #BC8764;
}
</style>
background-color css
<style>
a { background-color: #BC8764; }
a { background-color: rgb(188,135,100); }
div.DivClassName
{
background-color: #BC8764;
}
.BgClassName
{
background-color: #BC8764;
}
</style>
border-color css
<style>
span { border-color: #BC8764; }
span { border-color: rgb(188,135,100); }
td.TdClassName
{
border-color: #BC8764;
}
.TagClassName
{
border-color: #BC8764;
}
</style>