Shades of Twine #BA8651
Tints of Twine #BA8651
RGB
CMYK
RGB Variations
Color information
#BA8651 (or 0xBA8651) is known color: Twine. HEX triplet: BA, 86 and 51. RGB value is (186,134,81). Sum of RGB (Red+Green+Blue) = 186+134+81=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8651 is #4579AE. Grayscale: #8F8F8F. Windows color (decimal): -4553135 or 5342906. OLE color: 5342906.
HSL color Cylindrical-coordinate representation of color #BA8651: hue angle of 30.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8651 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 81 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.27 |
| HSL | 30.29º | 0.43% | 0.52% | - |
| HSV(B) | 30.29º | 0.56% | 0.73% | - |
| XYZ | 30.26 | 28.08 | 11.61 | - |
| YUV | 143.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 81 | 0 | 0.28 | 0.56 | 0.27 | 30.29 | 0.43 | 0.52 |
| Hex | BA | 86 | 51 | 0 | 1C | 38 | 1B | 1E | 2B | 34 |
| Octal | 272 | 206 | 121 | 0 | 34 | 70 | 33 | 36 | 53 | 64 |
| Binary | 10111010 | 10000110 | 1010001 | 0 | 11100 | 111000 | 11011 | 11110 | 101011 | 110100 |
Color Harmonies of #BA8651
Complementary color
Monochromatic Colors of #BA8651
Black with #BA8651
Text Example
Text Example
White with #BA8651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8651; }
p { color: rgb(186,134,81); }
H1.HeaderClassName
{
color: #BA8651;
}
.AnyTagClassName
{
color: #BA8651;
}
</style>
background-color css
<style>
a { background-color: #BA8651; }
a { background-color: rgb(186,134,81); }
div.DivClassName
{
background-color: #BA8651;
}
.BgClassName
{
background-color: #BA8651;
}
</style>
border-color css
<style>
span { border-color: #BA8651; }
span { border-color: rgb(186,134,81); }
td.TdClassName
{
border-color: #BA8651;
}
.TagClassName
{
border-color: #BA8651;
}
</style>