Shades of Twine #BA8450
Tints of Twine #BA8450
RGB
CMYK
RGB Variations
Color information
#BA8450 (or 0xBA8450) is known color: Twine. HEX triplet: BA, 84 and 50. RGB value is (186,132,80). Sum of RGB (Red+Green+Blue) = 186+132+80=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8450 is #457BAF. Grayscale: #8E8E8E. Windows color (decimal): -4553648 or 5276858. OLE color: 5276858.
HSL color Cylindrical-coordinate representation of color #BA8450: hue angle of 29.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA8450 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 80 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.27 |
| HSL | 29.43º | 0.43% | 0.52% | - |
| HSV(B) | 29.43º | 0.57% | 0.73% | - |
| XYZ | 29.95 | 27.52 | 11.32 | - |
| YUV | 142.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 80 | 0 | 0.29 | 0.57 | 0.27 | 29.43 | 0.43 | 0.52 |
| Hex | BA | 84 | 50 | 0 | 1D | 39 | 1B | 1D | 2B | 34 |
| Octal | 272 | 204 | 120 | 0 | 35 | 71 | 33 | 35 | 53 | 64 |
| Binary | 10111010 | 10000100 | 1010000 | 0 | 11101 | 111001 | 11011 | 11101 | 101011 | 110100 |
Color Harmonies of #BA8450
Complementary color
Monochromatic Colors of #BA8450
Black with #BA8450
Text Example
Text Example
White with #BA8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8450; }
p { color: rgb(186,132,80); }
H1.HeaderClassName
{
color: #BA8450;
}
.AnyTagClassName
{
color: #BA8450;
}
</style>
background-color css
<style>
a { background-color: #BA8450; }
a { background-color: rgb(186,132,80); }
div.DivClassName
{
background-color: #BA8450;
}
.BgClassName
{
background-color: #BA8450;
}
</style>
border-color css
<style>
span { border-color: #BA8450; }
span { border-color: rgb(186,132,80); }
td.TdClassName
{
border-color: #BA8450;
}
.TagClassName
{
border-color: #BA8450;
}
</style>