Shades of Twine #BC8B63
Tints of Twine #BC8B63
RGB
CMYK
RGB Variations
Color information
#BC8B63 (or 0xBC8B63) is known color: Twine. HEX triplet: BC, 8B and 63. RGB value is (188,139,99). Sum of RGB (Red+Green+Blue) = 188+139+99=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B63 is #43749C. Grayscale: #959595. Windows color (decimal): -4420765 or 6523836. OLE color: 6523836.
HSL color Cylindrical-coordinate representation of color #BC8B63: hue angle of 26.97º 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 #BC8B63 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 99 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.26 |
| HSL | 26.97º | 0.4% | 0.56% | - |
| HSV(B) | 26.97º | 0.47% | 0.74% | - |
| XYZ | 32.22 | 30.06 | 15.91 | - |
| YUV | 149.09 | 99.73 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 99 | 0 | 0.26 | 0.47 | 0.26 | 26.97 | 0.4 | 0.56 |
| Hex | BC | 8B | 63 | 0 | 1A | 2F | 1A | 1B | 28 | 38 |
| Octal | 274 | 213 | 143 | 0 | 32 | 57 | 32 | 33 | 50 | 70 |
| Binary | 10111100 | 10001011 | 1100011 | 0 | 11010 | 101111 | 11010 | 11011 | 101000 | 111000 |
Color Harmonies of #BC8B63
Complementary color
Monochromatic Colors of #BC8B63
Black with #BC8B63
Text Example
Text Example
White with #BC8B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B63; }
p { color: rgb(188,139,99); }
H1.HeaderClassName
{
color: #BC8B63;
}
.AnyTagClassName
{
color: #BC8B63;
}
</style>
background-color css
<style>
a { background-color: #BC8B63; }
a { background-color: rgb(188,139,99); }
div.DivClassName
{
background-color: #BC8B63;
}
.BgClassName
{
background-color: #BC8B63;
}
</style>
border-color css
<style>
span { border-color: #BC8B63; }
span { border-color: rgb(188,139,99); }
td.TdClassName
{
border-color: #BC8B63;
}
.TagClassName
{
border-color: #BC8B63;
}
</style>