Shades of Twine #BA8054
Tints of Twine #BA8054
RGB
CMYK
RGB Variations
Color information
#BA8054 (or 0xBA8054) is known color: Twine. HEX triplet: BA, 80 and 54. RGB value is (186,128,84). Sum of RGB (Red+Green+Blue) = 186+128+84=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8054 is #457FAB. Grayscale: #8C8C8C. Windows color (decimal): -4554668 or 5537978. OLE color: 5537978.
HSL color Cylindrical-coordinate representation of color #BA8054: hue angle of 25.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA8054 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 84 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.27 |
| HSL | 25.88º | 0.43% | 0.53% | - |
| HSV(B) | 25.88º | 0.55% | 0.73% | - |
| XYZ | 29.57 | 26.52 | 11.95 | - |
| YUV | 140.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 84 | 0 | 0.31 | 0.55 | 0.27 | 25.88 | 0.43 | 0.53 |
| Hex | BA | 80 | 54 | 0 | 1F | 37 | 1B | 1A | 2A | 35 |
| Octal | 272 | 200 | 124 | 0 | 37 | 67 | 33 | 32 | 52 | 65 |
| Binary | 10111010 | 10000000 | 1010100 | 0 | 11111 | 110111 | 11011 | 11010 | 101010 | 110101 |
Color Harmonies of #BA8054
Complementary color
Monochromatic Colors of #BA8054
Black with #BA8054
Text Example
Text Example
White with #BA8054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8054; }
p { color: rgb(186,128,84); }
H1.HeaderClassName
{
color: #BA8054;
}
.AnyTagClassName
{
color: #BA8054;
}
</style>
background-color css
<style>
a { background-color: #BA8054; }
a { background-color: rgb(186,128,84); }
div.DivClassName
{
background-color: #BA8054;
}
.BgClassName
{
background-color: #BA8054;
}
</style>
border-color css
<style>
span { border-color: #BA8054; }
span { border-color: rgb(186,128,84); }
td.TdClassName
{
border-color: #BA8054;
}
.TagClassName
{
border-color: #BA8054;
}
</style>