Shades of Twine #BA8351
Tints of Twine #BA8351
RGB
CMYK
RGB Variations
Color information
#BA8351 (or 0xBA8351) is known color: Twine. HEX triplet: BA, 83 and 51. RGB value is (186,131,81). Sum of RGB (Red+Green+Blue) = 186+131+81=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8351 is #457CAE. Grayscale: #8D8D8D. Windows color (decimal): -4553903 or 5342138. OLE color: 5342138.
HSL color Cylindrical-coordinate representation of color #BA8351: hue angle of 28.57º 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 #BA8351 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 81 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.27 |
| HSL | 28.57º | 0.43% | 0.52% | - |
| HSV(B) | 28.57º | 0.56% | 0.73% | - |
| XYZ | 29.85 | 27.27 | 11.47 | - |
| YUV | 141.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 81 | 0 | 0.30 | 0.56 | 0.27 | 28.57 | 0.43 | 0.52 |
| Hex | BA | 83 | 51 | 0 | 1E | 38 | 1B | 1D | 2B | 34 |
| Octal | 272 | 203 | 121 | 0 | 36 | 70 | 33 | 35 | 53 | 64 |
| Binary | 10111010 | 10000011 | 1010001 | 0 | 11110 | 111000 | 11011 | 11101 | 101011 | 110100 |
Color Harmonies of #BA8351
Complementary color
Monochromatic Colors of #BA8351
Black with #BA8351
Text Example
Text Example
White with #BA8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8351; }
p { color: rgb(186,131,81); }
H1.HeaderClassName
{
color: #BA8351;
}
.AnyTagClassName
{
color: #BA8351;
}
</style>
background-color css
<style>
a { background-color: #BA8351; }
a { background-color: rgb(186,131,81); }
div.DivClassName
{
background-color: #BA8351;
}
.BgClassName
{
background-color: #BA8351;
}
</style>
border-color css
<style>
span { border-color: #BA8351; }
span { border-color: rgb(186,131,81); }
td.TdClassName
{
border-color: #BA8351;
}
.TagClassName
{
border-color: #BA8351;
}
</style>