Shades of Twine #BA8453
Tints of Twine #BA8453
RGB
CMYK
RGB Variations
Color information
#BA8453 (or 0xBA8453) is known color: Twine. HEX triplet: BA, 84 and 53. RGB value is (186,132,83). Sum of RGB (Red+Green+Blue) = 186+132+83=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8453 is #457BAC. Grayscale: #8E8E8E. Windows color (decimal): -4553645 or 5473466. OLE color: 5473466.
HSL color Cylindrical-coordinate representation of color #BA8453: hue angle of 28.54º 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 #BA8453 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 83 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.27 |
| HSL | 28.54º | 0.43% | 0.53% | - |
| HSV(B) | 28.54º | 0.55% | 0.73% | - |
| XYZ | 30.06 | 27.57 | 11.92 | - |
| YUV | 142.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 83 | 0 | 0.29 | 0.55 | 0.27 | 28.54 | 0.43 | 0.53 |
| Hex | BA | 84 | 53 | 0 | 1D | 37 | 1B | 1D | 2B | 35 |
| Octal | 272 | 204 | 123 | 0 | 35 | 67 | 33 | 35 | 53 | 65 |
| Binary | 10111010 | 10000100 | 1010011 | 0 | 11101 | 110111 | 11011 | 11101 | 101011 | 110101 |
Color Harmonies of #BA8453
Complementary color
Monochromatic Colors of #BA8453
Black with #BA8453
Text Example
Text Example
White with #BA8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8453; }
p { color: rgb(186,132,83); }
H1.HeaderClassName
{
color: #BA8453;
}
.AnyTagClassName
{
color: #BA8453;
}
</style>
background-color css
<style>
a { background-color: #BA8453; }
a { background-color: rgb(186,132,83); }
div.DivClassName
{
background-color: #BA8453;
}
.BgClassName
{
background-color: #BA8453;
}
</style>
border-color css
<style>
span { border-color: #BA8453; }
span { border-color: rgb(186,132,83); }
td.TdClassName
{
border-color: #BA8453;
}
.TagClassName
{
border-color: #BA8453;
}
</style>