Shades of Twine #BA8661
Tints of Twine #BA8661
RGB
CMYK
RGB Variations
Color information
#BA8661 (or 0xBA8661) is known color: Twine. HEX triplet: BA, 86 and 61. RGB value is (186,134,97). Sum of RGB (Red+Green+Blue) = 186+134+97=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8661 is #45799E. Grayscale: #919191. Windows color (decimal): -4553119 or 6391482. OLE color: 6391482.
HSL color Cylindrical-coordinate representation of color #BA8661: hue angle of 24.94º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8661 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 97 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.27 |
| HSL | 24.94º | 0.39% | 0.55% | - |
| HSV(B) | 24.94º | 0.48% | 0.73% | - |
| XYZ | 30.93 | 28.35 | 15.15 | - |
| YUV | 145.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 97 | 0 | 0.28 | 0.48 | 0.27 | 24.94 | 0.39 | 0.55 |
| Hex | BA | 86 | 61 | 0 | 1C | 30 | 1B | 19 | 27 | 37 |
| Octal | 272 | 206 | 141 | 0 | 34 | 60 | 33 | 31 | 47 | 67 |
| Binary | 10111010 | 10000110 | 1100001 | 0 | 11100 | 110000 | 11011 | 11001 | 100111 | 110111 |
Color Harmonies of #BA8661
Complementary color
Monochromatic Colors of #BA8661
Black with #BA8661
Text Example
Text Example
White with #BA8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8661; }
p { color: rgb(186,134,97); }
H1.HeaderClassName
{
color: #BA8661;
}
.AnyTagClassName
{
color: #BA8661;
}
</style>
background-color css
<style>
a { background-color: #BA8661; }
a { background-color: rgb(186,134,97); }
div.DivClassName
{
background-color: #BA8661;
}
.BgClassName
{
background-color: #BA8661;
}
</style>
border-color css
<style>
span { border-color: #BA8661; }
span { border-color: rgb(186,134,97); }
td.TdClassName
{
border-color: #BA8661;
}
.TagClassName
{
border-color: #BA8661;
}
</style>