Shades of Twine #BA8759
Tints of Twine #BA8759
RGB
CMYK
RGB Variations
Color information
#BA8759 (or 0xBA8759) is known color: Twine. HEX triplet: BA, 87 and 59. RGB value is (186,135,89). Sum of RGB (Red+Green+Blue) = 186+135+89=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8759 is #4578A6. Grayscale: #919191. Windows color (decimal): -4552871 or 5867450. OLE color: 5867450.
HSL color Cylindrical-coordinate representation of color #BA8759: hue angle of 28.45º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA8759 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 135 | 89 | - |
CMYK | 0 | 0.27 | 0.52 | 0.27 |
HSL | 28.45º | 0.41% | 0.54% | - |
HSV(B) | 28.45º | 0.52% | 0.73% | - |
XYZ | 30.72 | 28.49 | 13.33 | - |
YUV | 145.01 | 96.4 | 157.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 135 | 89 | 0 | 0.27 | 0.52 | 0.27 | 28.45 | 0.41 | 0.54 |
Hex | BA | 87 | 59 | 0 | 1B | 34 | 1B | 1C | 29 | 36 |
Octal | 272 | 207 | 131 | 0 | 33 | 64 | 33 | 34 | 51 | 66 |
Binary | 10111010 | 10000111 | 1011001 | 0 | 11011 | 110100 | 11011 | 11100 | 101001 | 110110 |
Color Harmonies of #BA8759
Complementary color
Monochromatic Colors of #BA8759
Black with #BA8759
Text Example
Text Example
White with #BA8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8759; }
p { color: rgb(186,135,89); }
H1.HeaderClassName
{
color: #BA8759;
}
.AnyTagClassName
{
color: #BA8759;
}
</style>
background-color css
<style>
a { background-color: #BA8759; }
a { background-color: rgb(186,135,89); }
div.DivClassName
{
background-color: #BA8759;
}
.BgClassName
{
background-color: #BA8759;
}
</style>
border-color css
<style>
span { border-color: #BA8759; }
span { border-color: rgb(186,135,89); }
td.TdClassName
{
border-color: #BA8759;
}
.TagClassName
{
border-color: #BA8759;
}
</style>