Shades of Twine #BA8451
Tints of Twine #BA8451
RGB
CMYK
RGB Variations
Color information
#BA8451 (or 0xBA8451) is known color: Twine. HEX triplet: BA, 84 and 51. RGB value is (186,132,81). Sum of RGB (Red+Green+Blue) = 186+132+81=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8451 is #457BAE. Grayscale: #8E8E8E. Windows color (decimal): -4553647 or 5342394. OLE color: 5342394.
HSL color Cylindrical-coordinate representation of color #BA8451: hue angle of 29.14º 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 #BA8451 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 81 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.27 |
| HSL | 29.14º | 0.43% | 0.52% | - |
| HSV(B) | 29.14º | 0.56% | 0.73% | - |
| XYZ | 29.99 | 27.54 | 11.52 | - |
| YUV | 142.33 | 93.39 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 81 | 0 | 0.29 | 0.56 | 0.27 | 29.14 | 0.43 | 0.52 |
| Hex | BA | 84 | 51 | 0 | 1D | 38 | 1B | 1D | 2B | 34 |
| Octal | 272 | 204 | 121 | 0 | 35 | 70 | 33 | 35 | 53 | 64 |
| Binary | 10111010 | 10000100 | 1010001 | 0 | 11101 | 111000 | 11011 | 11101 | 101011 | 110100 |
Color Harmonies of #BA8451
Complementary color
Monochromatic Colors of #BA8451
Black with #BA8451
Text Example
Text Example
White with #BA8451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8451; }
p { color: rgb(186,132,81); }
H1.HeaderClassName
{
color: #BA8451;
}
.AnyTagClassName
{
color: #BA8451;
}
</style>
background-color css
<style>
a { background-color: #BA8451; }
a { background-color: rgb(186,132,81); }
div.DivClassName
{
background-color: #BA8451;
}
.BgClassName
{
background-color: #BA8451;
}
</style>
border-color css
<style>
span { border-color: #BA8451; }
span { border-color: rgb(186,132,81); }
td.TdClassName
{
border-color: #BA8451;
}
.TagClassName
{
border-color: #BA8451;
}
</style>