Shades of Twine #BA8C54
Tints of Twine #BA8C54
RGB
CMYK
RGB Variations
Color information
#BA8C54 (or 0xBA8C54) is known color: Twine. HEX triplet: BA, 8C and 54. RGB value is (186,140,84). Sum of RGB (Red+Green+Blue) = 186+140+84=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C54 is #4573AB. Grayscale: #939393. Windows color (decimal): -4551596 or 5541050. OLE color: 5541050.
HSL color Cylindrical-coordinate representation of color #BA8C54: hue angle of 32.94º 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 #BA8C54 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 140 | 84 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.27 |
| HSL | 32.94º | 0.43% | 0.53% | - |
| HSV(B) | 32.94º | 0.55% | 0.73% | - |
| XYZ | 31.23 | 29.84 | 12.5 | - |
| YUV | 147.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 84 | 0 | 0.25 | 0.55 | 0.27 | 32.94 | 0.43 | 0.53 |
| Hex | BA | 8C | 54 | 0 | 19 | 37 | 1B | 21 | 2A | 35 |
| Octal | 272 | 214 | 124 | 0 | 31 | 67 | 33 | 41 | 52 | 65 |
| Binary | 10111010 | 10001100 | 1010100 | 0 | 11001 | 110111 | 11011 | 100001 | 101010 | 110101 |
Color Harmonies of #BA8C54
Complementary color
Monochromatic Colors of #BA8C54
Black with #BA8C54
Text Example
Text Example
White with #BA8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8C54; }
p { color: rgb(186,140,84); }
H1.HeaderClassName
{
color: #BA8C54;
}
.AnyTagClassName
{
color: #BA8C54;
}
</style>
background-color css
<style>
a { background-color: #BA8C54; }
a { background-color: rgb(186,140,84); }
div.DivClassName
{
background-color: #BA8C54;
}
.BgClassName
{
background-color: #BA8C54;
}
</style>
border-color css
<style>
span { border-color: #BA8C54; }
span { border-color: rgb(186,140,84); }
td.TdClassName
{
border-color: #BA8C54;
}
.TagClassName
{
border-color: #BA8C54;
}
</style>