Shades of Twine #BA8350
Tints of Twine #BA8350
RGB
CMYK
RGB Variations
Color information
#BA8350 (or 0xBA8350) is known color: Twine. HEX triplet: BA, 83 and 50. RGB value is (186,131,80). Sum of RGB (Red+Green+Blue) = 186+131+80=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8350 is #457CAF. Grayscale: #8D8D8D. Windows color (decimal): -4553904 or 5276602. OLE color: 5276602.
HSL color Cylindrical-coordinate representation of color #BA8350: hue angle of 28.87º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA8350 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 80 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.27 |
| HSL | 28.87º | 0.43% | 0.52% | - |
| HSV(B) | 28.87º | 0.57% | 0.73% | - |
| XYZ | 29.81 | 27.25 | 11.28 | - |
| YUV | 141.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 80 | 0 | 0.30 | 0.57 | 0.27 | 28.87 | 0.43 | 0.52 |
| Hex | BA | 83 | 50 | 0 | 1E | 39 | 1B | 1D | 2B | 34 |
| Octal | 272 | 203 | 120 | 0 | 36 | 71 | 33 | 35 | 53 | 64 |
| Binary | 10111010 | 10000011 | 1010000 | 0 | 11110 | 111001 | 11011 | 11101 | 101011 | 110100 |
Color Harmonies of #BA8350
Complementary color
Monochromatic Colors of #BA8350
Black with #BA8350
Text Example
Text Example
White with #BA8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8350; }
p { color: rgb(186,131,80); }
H1.HeaderClassName
{
color: #BA8350;
}
.AnyTagClassName
{
color: #BA8350;
}
</style>
background-color css
<style>
a { background-color: #BA8350; }
a { background-color: rgb(186,131,80); }
div.DivClassName
{
background-color: #BA8350;
}
.BgClassName
{
background-color: #BA8350;
}
</style>
border-color css
<style>
span { border-color: #BA8350; }
span { border-color: rgb(186,131,80); }
td.TdClassName
{
border-color: #BA8350;
}
.TagClassName
{
border-color: #BA8350;
}
</style>