Shades of Twine #BC8561
Tints of Twine #BC8561
RGB
CMYK
RGB Variations
Color information
#BC8561 (or 0xBC8561) is known color: Twine. HEX triplet: BC, 85 and 61. RGB value is (188,133,97). Sum of RGB (Red+Green+Blue) = 188+133+97=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8561 is #437A9E. Grayscale: #919191. Windows color (decimal): -4422303 or 6391228. OLE color: 6391228.
HSL color Cylindrical-coordinate representation of color #BC8561: hue angle of 23.74º 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 #BC8561 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 97 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.26 |
| HSL | 23.74º | 0.4% | 0.56% | - |
| HSV(B) | 23.74º | 0.48% | 0.74% | - |
| XYZ | 31.28 | 28.33 | 15.13 | - |
| YUV | 145.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 97 | 0 | 0.29 | 0.48 | 0.26 | 23.74 | 0.4 | 0.56 |
| Hex | BC | 85 | 61 | 0 | 1D | 30 | 1A | 18 | 28 | 38 |
| Octal | 274 | 205 | 141 | 0 | 35 | 60 | 32 | 30 | 50 | 70 |
| Binary | 10111100 | 10000101 | 1100001 | 0 | 11101 | 110000 | 11010 | 11000 | 101000 | 111000 |
Color Harmonies of #BC8561
Complementary color
Monochromatic Colors of #BC8561
Black with #BC8561
Text Example
Text Example
White with #BC8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8561; }
p { color: rgb(188,133,97); }
H1.HeaderClassName
{
color: #BC8561;
}
.AnyTagClassName
{
color: #BC8561;
}
</style>
background-color css
<style>
a { background-color: #BC8561; }
a { background-color: rgb(188,133,97); }
div.DivClassName
{
background-color: #BC8561;
}
.BgClassName
{
background-color: #BC8561;
}
</style>
border-color css
<style>
span { border-color: #BC8561; }
span { border-color: rgb(188,133,97); }
td.TdClassName
{
border-color: #BC8561;
}
.TagClassName
{
border-color: #BC8561;
}
</style>