Shades of Twine #BC8C62
Tints of Twine #BC8C62
RGB
CMYK
RGB Variations
Color information
#BC8C62 (or 0xBC8C62) is known color: Twine. HEX triplet: BC, 8C and 62. RGB value is (188,140,98). Sum of RGB (Red+Green+Blue) = 188+140+98=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C62 is #43739D. Grayscale: #959595. Windows color (decimal): -4420510 or 6458556. OLE color: 6458556.
HSL color Cylindrical-coordinate representation of color #BC8C62: hue angle of 28º 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 #BC8C62 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 98 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.26 |
| HSL | 28º | 0.4% | 0.56% | - |
| HSV(B) | 28º | 0.48% | 0.74% | - |
| XYZ | 32.32 | 30.33 | 15.71 | - |
| YUV | 149.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 98 | 0 | 0.26 | 0.48 | 0.26 | 28 | 0.4 | 0.56 |
| Hex | BC | 8C | 62 | 0 | 1A | 30 | 1A | 1C | 28 | 38 |
| Octal | 274 | 214 | 142 | 0 | 32 | 60 | 32 | 34 | 50 | 70 |
| Binary | 10111100 | 10001100 | 1100010 | 0 | 11010 | 110000 | 11010 | 11100 | 101000 | 111000 |
Color Harmonies of #BC8C62
Complementary color
Monochromatic Colors of #BC8C62
Black with #BC8C62
Text Example
Text Example
White with #BC8C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C62; }
p { color: rgb(188,140,98); }
H1.HeaderClassName
{
color: #BC8C62;
}
.AnyTagClassName
{
color: #BC8C62;
}
</style>
background-color css
<style>
a { background-color: #BC8C62; }
a { background-color: rgb(188,140,98); }
div.DivClassName
{
background-color: #BC8C62;
}
.BgClassName
{
background-color: #BC8C62;
}
</style>
border-color css
<style>
span { border-color: #BC8C62; }
span { border-color: rgb(188,140,98); }
td.TdClassName
{
border-color: #BC8C62;
}
.TagClassName
{
border-color: #BC8C62;
}
</style>