Shades of Twine #BA8258
Tints of Twine #BA8258
RGB
CMYK
RGB Variations
Color information
#BA8258 (or 0xBA8258) is known color: Twine. HEX triplet: BA, 82 and 58. RGB value is (186,130,88). Sum of RGB (Red+Green+Blue) = 186+130+88=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8258 is #457DA7. Grayscale: #8E8E8E. Windows color (decimal): -4554152 or 5800634. OLE color: 5800634.
HSL color Cylindrical-coordinate representation of color #BA8258: hue angle of 25.71º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA8258 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 88 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.27 |
| HSL | 25.71º | 0.42% | 0.54% | - |
| HSV(B) | 25.71º | 0.53% | 0.73% | - |
| XYZ | 29.99 | 27.11 | 12.88 | - |
| YUV | 141.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 88 | 0 | 0.30 | 0.53 | 0.27 | 25.71 | 0.42 | 0.54 |
| Hex | BA | 82 | 58 | 0 | 1E | 35 | 1B | 1A | 2A | 36 |
| Octal | 272 | 202 | 130 | 0 | 36 | 65 | 33 | 32 | 52 | 66 |
| Binary | 10111010 | 10000010 | 1011000 | 0 | 11110 | 110101 | 11011 | 11010 | 101010 | 110110 |
Color Harmonies of #BA8258
Complementary color
Monochromatic Colors of #BA8258
Black with #BA8258
Text Example
Text Example
White with #BA8258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8258; }
p { color: rgb(186,130,88); }
H1.HeaderClassName
{
color: #BA8258;
}
.AnyTagClassName
{
color: #BA8258;
}
</style>
background-color css
<style>
a { background-color: #BA8258; }
a { background-color: rgb(186,130,88); }
div.DivClassName
{
background-color: #BA8258;
}
.BgClassName
{
background-color: #BA8258;
}
</style>
border-color css
<style>
span { border-color: #BA8258; }
span { border-color: rgb(186,130,88); }
td.TdClassName
{
border-color: #BA8258;
}
.TagClassName
{
border-color: #BA8258;
}
</style>