Shades of Twine #BC8662
Tints of Twine #BC8662
RGB
CMYK
RGB Variations
Color information
#BC8662 (or 0xBC8662) is known color: Twine. HEX triplet: BC, 86 and 62. RGB value is (188,134,98). Sum of RGB (Red+Green+Blue) = 188+134+98=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8662 is #43799D. Grayscale: #929292. Windows color (decimal): -4422046 or 6457020. OLE color: 6457020.
HSL color Cylindrical-coordinate representation of color #BC8662: hue angle of 24º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC8662 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 98 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.26 |
| HSL | 24º | 0.4% | 0.56% | - |
| HSV(B) | 24º | 0.48% | 0.74% | - |
| XYZ | 31.47 | 28.62 | 15.42 | - |
| YUV | 146.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 98 | 0 | 0.29 | 0.48 | 0.26 | 24 | 0.4 | 0.56 |
| Hex | BC | 86 | 62 | 0 | 1D | 30 | 1A | 18 | 28 | 38 |
| Octal | 274 | 206 | 142 | 0 | 35 | 60 | 32 | 30 | 50 | 70 |
| Binary | 10111100 | 10000110 | 1100010 | 0 | 11101 | 110000 | 11010 | 11000 | 101000 | 111000 |
Color Harmonies of #BC8662
Complementary color
Monochromatic Colors of #BC8662
Black with #BC8662
Text Example
Text Example
White with #BC8662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8662; }
p { color: rgb(188,134,98); }
H1.HeaderClassName
{
color: #BC8662;
}
.AnyTagClassName
{
color: #BC8662;
}
</style>
background-color css
<style>
a { background-color: #BC8662; }
a { background-color: rgb(188,134,98); }
div.DivClassName
{
background-color: #BC8662;
}
.BgClassName
{
background-color: #BC8662;
}
</style>
border-color css
<style>
span { border-color: #BC8662; }
span { border-color: rgb(188,134,98); }
td.TdClassName
{
border-color: #BC8662;
}
.TagClassName
{
border-color: #BC8662;
}
</style>