Shades of Twine #BA865A
Tints of Twine #BA865A
RGB
CMYK
RGB Variations
Color information
#BA865A (or 0xBA865A) is known color: Twine. HEX triplet: BA, 86 and 5A. RGB value is (186,134,90). Sum of RGB (Red+Green+Blue) = 186+134+90=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA865A is #4579A5. Grayscale: #909090. Windows color (decimal): -4553126 or 5932730. OLE color: 5932730.
HSL color Cylindrical-coordinate representation of color #BA865A: hue angle of 27.5º 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 #BA865A is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 90 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.27 |
| HSL | 27.5º | 0.41% | 0.54% | - |
| HSV(B) | 27.5º | 0.52% | 0.73% | - |
| XYZ | 30.62 | 28.23 | 13.51 | - |
| YUV | 144.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 90 | 0 | 0.28 | 0.52 | 0.27 | 27.5 | 0.41 | 0.54 |
| Hex | BA | 86 | 5A | 0 | 1C | 34 | 1B | 1C | 29 | 36 |
| Octal | 272 | 206 | 132 | 0 | 34 | 64 | 33 | 34 | 51 | 66 |
| Binary | 10111010 | 10000110 | 1011010 | 0 | 11100 | 110100 | 11011 | 11100 | 101001 | 110110 |
Color Harmonies of #BA865A
Complementary color
Monochromatic Colors of #BA865A
Black with #BA865A
Text Example
Text Example
White with #BA865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA865A; }
p { color: rgb(186,134,90); }
H1.HeaderClassName
{
color: #BA865A;
}
.AnyTagClassName
{
color: #BA865A;
}
</style>
background-color css
<style>
a { background-color: #BA865A; }
a { background-color: rgb(186,134,90); }
div.DivClassName
{
background-color: #BA865A;
}
.BgClassName
{
background-color: #BA865A;
}
</style>
border-color css
<style>
span { border-color: #BA865A; }
span { border-color: rgb(186,134,90); }
td.TdClassName
{
border-color: #BA865A;
}
.TagClassName
{
border-color: #BA865A;
}
</style>