Shades of Twine #BA8755
Tints of Twine #BA8755
RGB
CMYK
RGB Variations
Color information
#BA8755 (or 0xBA8755) is known color: Twine. HEX triplet: BA, 87 and 55. RGB value is (186,135,85). Sum of RGB (Red+Green+Blue) = 186+135+85=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8755 is #4578AA. Grayscale: #909090. Windows color (decimal): -4552875 or 5605306. OLE color: 5605306.
HSL color Cylindrical-coordinate representation of color #BA8755: hue angle of 29.7º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA8755 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 135 | 85 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.27 |
| HSL | 29.7º | 0.42% | 0.53% | - |
| HSV(B) | 29.7º | 0.54% | 0.73% | - |
| XYZ | 30.55 | 28.42 | 12.47 | - |
| YUV | 144.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 85 | 0 | 0.27 | 0.54 | 0.27 | 29.7 | 0.42 | 0.53 |
| Hex | BA | 87 | 55 | 0 | 1B | 36 | 1B | 1E | 2A | 35 |
| Octal | 272 | 207 | 125 | 0 | 33 | 66 | 33 | 36 | 52 | 65 |
| Binary | 10111010 | 10000111 | 1010101 | 0 | 11011 | 110110 | 11011 | 11110 | 101010 | 110101 |
Color Harmonies of #BA8755
Complementary color
Monochromatic Colors of #BA8755
Black with #BA8755
Text Example
Text Example
White with #BA8755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8755; }
p { color: rgb(186,135,85); }
H1.HeaderClassName
{
color: #BA8755;
}
.AnyTagClassName
{
color: #BA8755;
}
</style>
background-color css
<style>
a { background-color: #BA8755; }
a { background-color: rgb(186,135,85); }
div.DivClassName
{
background-color: #BA8755;
}
.BgClassName
{
background-color: #BA8755;
}
</style>
border-color css
<style>
span { border-color: #BA8755; }
span { border-color: rgb(186,135,85); }
td.TdClassName
{
border-color: #BA8755;
}
.TagClassName
{
border-color: #BA8755;
}
</style>